Html Css Color HEX #085766 Blue Lagoon

📋 copy color: '#085766'

red 8 ◦ green 87 ◦ blue 102

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

Shades of Blue Lagoon #085766

Tints of Blue Lagoon #085766

RGB

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

 GREEN value IS 87 (34.38% from 255) = 44.16%

 BLUE value IS 102 (40.23% from 255) = 51.78%

R = 4.06%
G = 44.16%
B = 51.78%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#085766 (or 0x085766) is known color: Blue Lagoon. HEX triplet: 08, 57 and 66. RGB value is (8,87,102). Sum of RGB (Red+Green+Blue) = 8+87+102=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 87 (34.38% from 255 or 44.16% from 197); Blue value is 102 (40.23% from 255 or 51.78% from 197); Max value from RGB is 102 - color contains mainly: blue. Hex color #085766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085766 is #F7A899. Grayscale: #404040. Windows color (decimal): -16230554 or 6706952. OLE color: 6706952.

HSL color Cylindrical-coordinate representation of color #085766: hue angle of 189.57º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085766 is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 8 87 102 -
CMYK 0.92 0.15 0 0.6
HSL 189.57º 0.85% 0.22% -
HSV(B) 189.57º 0.92% 0.4% -
XYZ 5.91 7.83 13.77 -
YUV 65.09 148.83 87.28 -
System Red Green Blue C M Y K H S L
Decimal 8 87 102 0.92 0.15 0 0.6 189.57 0.85 0.22
Hex 8 57 66 5C F 0 3C BE 55 16
Octal 10 127 146 134 17 0 74 276 125 26
Binary 1000 1010111 1100110 1011100 1111 0 111100 10111110 1010101 10110

Color Harmonies of #085766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085766

Black with #085766

Text Example


Text Example

White with #085766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085766; }

 p { color: rgb(8,87,102); }

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

background-color css

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

 a { background-color: rgb(8,87,102); }

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

border-color css

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

 span { border-color: rgb(8,87,102); }

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