Html Css Color HEX #085676 Blue Lagoon

📋 copy color: '#085676'

red 8 ◦ green 86 ◦ blue 118

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

Shades of Blue Lagoon #085676

Tints of Blue Lagoon #085676

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.57%

 BLUE value IS 118 (46.48% from 255) = 55.66%

R = 3.77%
G = 40.57%
B = 55.66%

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

#085676 (or 0x085676) is known color: Blue Lagoon. HEX triplet: 08, 56 and 76. RGB value is (8,86,118). Sum of RGB (Red+Green+Blue) = 8+86+118=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #085676 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085676 is #F7A989. Grayscale: #424242. Windows color (decimal): -16230794 or 7755272. OLE color: 7755272.

HSL color Cylindrical-coordinate representation of color #085676: hue angle of 197.45º 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 #085676 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 86 118 -
CMYK 0.93 0.27 0 0.54
HSL 197.45º 0.87% 0.25% -
HSV(B) 197.45º 0.93% 0.46% -
XYZ 6.7 8.02 18.33 -
YUV 66.33 157.16 86.4 -
System Red Green Blue C M Y K H S L
Decimal 8 86 118 0.93 0.27 0 0.54 197.45 0.87 0.25
Hex 8 56 76 5D 1B 0 36 C5 57 19
Octal 10 126 166 135 33 0 66 305 127 31
Binary 1000 1010110 1110110 1011101 11011 0 110110 11000101 1010111 11001

Color Harmonies of #085676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085676

Black with #085676

Text Example


Text Example

White with #085676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085676; }

 p { color: rgb(8,86,118); }

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

background-color css

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

 a { background-color: rgb(8,86,118); }

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

border-color css

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

 span { border-color: rgb(8,86,118); }

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