#085C65

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

Shades of Blue Lagoon #085C65

Tints of Blue Lagoon #085C65

Color information

#085C65 (or 0x085C65) is unknown color: approx Blue Lagoon. HEX triplet: 08, 5C and 65. RGB value is (8,92,101). Sum of RGB (Red+Green+Blue) = 8+92+101=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 92 (36.33% from 255 or 45.77% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #085C65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085C65 is #F7A39A. Grayscale: #434343. Windows color (decimal): -16229275 or 6642696. OLE color: 6642696.

HSL color Cylindrical-coordinate representation of color #085C65: hue angle of 185.81º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085C65 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB892101-
CMYK0.920.0900.60
HSL185.81º85.32%21.37%-
HSV(B)185.81º92.08%39.61%-
XYZ6.288.6513.65-
YUV67.91146.6785.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.98%
GREEN value IS 92 (36.33% from 255) = 45.77%
BLUE value IS 101 (39.84% from 255) = 50.25%
R=3.98%
G=45.77%
B=50.25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8921010.920.0900.60185.8185.3221.37
Hex85C655C903Cba5515
Octal101341451341107427212525
Binary10001011100110010110111001001011110010111010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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