#005868

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

Shades of Blue Lagoon #005868

Tints of Blue Lagoon #005868

Color information

#005868 (or 0x005868) is unknown color: approx Blue Lagoon. HEX triplet: 00, 58 and 68. RGB value is (0,88,104). Sum of RGB (Red+Green+Blue) = 0+88+104=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #005868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005868 is #FFA797. Grayscale: #3F3F3F. Windows color (decimal): -16754584 or 6838272. OLE color: 6838272.

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

Color convert

RGB088104-
CMYK10.1500.59
HSL189.23º100%20.39%-
HSV(B)189.23º100%40.78%-
XYZ5.997.9814.32-
YUV63.51150.8582.7-

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) = 45.83%
BLUE value IS 104 (41.02% from 255) = 54.17%
R=0%
G=45.83%
B=54.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal08810410.1500.59189.2310020.39
Hex0586864F03Bbd6414
Octal01301501441707327514424
Binary01011000110100011001001111011101110111101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005868; }

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

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

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

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

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

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

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

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