#005866

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

Shades of Blue Lagoon #005866

Tints of Blue Lagoon #005866

Color information

#005866 (or 0x005866) is unknown color: approx Blue Lagoon. HEX triplet: 00, 58 and 66. RGB value is (0,88,102). Sum of RGB (Red+Green+Blue) = 0+88+102=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #005866 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005866 is #FFA799. Grayscale: #3F3F3F. Windows color (decimal): -16754586 or 6707200. OLE color: 6707200.

HSL color Cylindrical-coordinate representation of color #005866: hue angle of 188.24º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005866 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB088102-
CMYK10.1400.6
HSL188.24º100%20%-
HSV(B)188.24º100%40%-
XYZ5.897.9413.79-
YUV63.28149.8582.86-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 88 (34.77% from 255) = 46.32%
BLUE value IS 102 (40.23% from 255) = 53.68%
R=0%
G=46.32%
B=53.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal08810210.1400.6188.2410020
Hex0586664E03Cbc6414
Octal01301461441607427414424
Binary01011000110011011001001110011110010111100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005866; }

 p { color: rgb(0,88,102); }

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

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

 a { background-color: rgb(0,88,102); }

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

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

 span { border-color: rgb(0,88,102); }

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