#085C68

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

Shades of Blue Lagoon #085C68

Tints of Blue Lagoon #085C68

Color information

#085C68 (or 0x085C68) is unknown color: approx Blue Lagoon. HEX triplet: 08, 5C and 68. RGB value is (8,92,104). Sum of RGB (Red+Green+Blue) = 8+92+104=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 92 (36.33% from 255 or 45.10% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #085C68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085C68 is #F7A397. Grayscale: #444444. Windows color (decimal): -16229272 or 6839304. OLE color: 6839304.

HSL color Cylindrical-coordinate representation of color #085C68: hue angle of 187.5º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085C68 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB892104-
CMYK0.920.1200.59
HSL187.5º85.71%21.96%-
HSV(B)187.5º92.31%40.78%-
XYZ6.438.7114.44-
YUV68.25148.1785.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.92%
GREEN value IS 92 (36.33% from 255) = 45.10%
BLUE value IS 104 (41.02% from 255) = 50.98%
R=3.92%
G=45.10%
B=50.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8921040.920.1200.59187.585.7121.96
Hex85C685CC03Bbc5616
Octal101341501341407327412626
Binary10001011100110100010111001100011101110111100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085C68; }

 p { color: rgb(8,92,104); }

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

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

 a { background-color: rgb(8,92,104); }

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

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

 span { border-color: rgb(8,92,104); }

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