#006586

Color #006586 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #006586

Tints of Blue Lagoon #006586

Color information

#006586 (or 0x006586) is unknown color: approx Blue Lagoon. HEX triplet: 00, 65 and 86. RGB value is (0,101,134). Sum of RGB (Red+Green+Blue) = 0+101+134=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 134 (52.73% from 255 or 57.02% from 235); Max value from RGB is 134 - color contains mainly: blue. Hex color #006586 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006586 is #FF9A79. Grayscale: #4A4A4A. Windows color (decimal): -16751226 or 8807680. OLE color: 8807680.

HSL color Cylindrical-coordinate representation of color #006586: hue angle of 194.78º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006586 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB0101134-
CMYK10.2500.47
HSL194.78º100%26.27%-
HSV(B)194.78º100%52.55%-
XYZ8.9611.0324.21-
YUV74.56161.5474.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 101 (39.84% from 255) = 42.98%
BLUE value IS 134 (52.73% from 255) = 57.02%
R=0%
G=42.98%
B=57.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal010113410.2500.47194.7810026.27
Hex06586641902Fc3641a
Octal01452061443105730314432
Binary0110010110000110110010011001010111111000011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006586; }

 p { color: rgb(0,101,134); }

 H1.HeaderClassName
 {
   color: #006586;
 }
 .AnyTagClassName
 {
   color: #006586;
 }
</style>
background-color css

<style>
 a { background-color: #006586; }

 a { background-color: rgb(0,101,134); }

 div.DivClassName
 {
   background-color: #006586;
 }
 .BgClassName
 {
   background-color: #006586;
 }
</style>
border-color css

<style>
 span { border-color: #006586; }

 span { border-color: rgb(0,101,134); }

 td.TdClassName
 {
   border-color: #006586;
 }
 .TagClassName
 {
   border-color: #006586;
 }
</style>