Html Css Color HEX #085C6E Blue Lagoon

📋 copy color: '#085C6E'

red 8 ◦ green 92 ◦ blue 110

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

Shades of Blue Lagoon #085C6E

Tints of Blue Lagoon #085C6E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 43.81%

 BLUE value IS 110 (43.36% from 255) = 52.38%

R = 3.81%
G = 43.81%
B = 52.38%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#085C6E (or 0x085C6E) is known color: Blue Lagoon. HEX triplet: 08, 5C and 6E. RGB value is (8,92,110). Sum of RGB (Red+Green+Blue) = 8+92+110=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #085C6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085C6E is #F7A391. Grayscale: #444444. Windows color (decimal): -16229266 or 7232520. OLE color: 7232520.

HSL color Cylindrical-coordinate representation of color #085C6E: hue angle of 190.59º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085C6E is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 92 110 -
CMYK 0.93 0.16 0 0.57
HSL 190.59º 0.86% 0.23% -
HSV(B) 190.59º 0.93% 0.43% -
XYZ 6.74 8.83 16.1 -
YUV 68.94 151.17 84.54 -
System Red Green Blue C M Y K H S L
Decimal 8 92 110 0.93 0.16 0 0.57 190.59 0.86 0.23
Hex 8 5C 6E 5D 10 0 39 BF 56 17
Octal 10 134 156 135 20 0 71 277 126 27
Binary 1000 1011100 1101110 1011101 10000 0 111001 10111111 1010110 10111

Color Harmonies of #085C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085C6E

Black with #085C6E

Text Example


Text Example

White with #085C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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