Html Css Color HEX #085575 Blue Lagoon

📋 copy color: '#085575'

red 8 ◦ green 85 ◦ blue 117

#085575
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #085575

Tints of Blue Lagoon #085575

RGB

 RED value IS 8 (3.52% from 255) = 3.81%

 GREEN value IS 85 (33.59% from 255) = 40.48%

 BLUE value IS 117 (46.09% from 255) = 55.71%

R = 3.81%
G = 40.48%
B = 55.71%

CMYK

 C value IS 0.93

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#085575 (or 0x085575) is known color: Blue Lagoon. HEX triplet: 08, 55 and 75. RGB value is (8,85,117). Sum of RGB (Red+Green+Blue) = 8+85+117=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #085575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085575 is #F7AA8A. Grayscale: #414141. Windows color (decimal): -16231051 or 7689480. OLE color: 7689480.

HSL color Cylindrical-coordinate representation of color #085575: hue angle of 197.61º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085575 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 85 117 -
CMYK 0.93 0.27 0 0.54
HSL 197.61º 0.87% 0.25% -
HSV(B) 197.61º 0.93% 0.46% -
XYZ 6.56 7.83 18 -
YUV 65.63 156.99 86.9 -
System Red Green Blue C M Y K H S L
Decimal 8 85 117 0.93 0.27 0 0.54 197.61 0.87 0.25
Hex 8 55 75 5D 1B 0 36 C6 57 19
Octal 10 125 165 135 33 0 66 306 127 31
Binary 1000 1010101 1110101 1011101 11011 0 110110 11000110 1010111 11001

Color Harmonies of #085575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085575

Black with #085575

Text Example


Text Example

White with #085575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085575; }

 p { color: rgb(8,85,117); }

 H1.HeaderClassName
 {
   color: #085575;
 }
 .AnyTagClassName
 {
   color: #085575;
 }
</style>

background-color css

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

 a { background-color: rgb(8,85,117); }

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

border-color css

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

 span { border-color: rgb(8,85,117); }

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