Html Css Color HEX #086577 Blue Lagoon

📋 copy color: '#086577'

red 8 ◦ green 101 ◦ blue 119

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

Shades of Blue Lagoon #086577

Tints of Blue Lagoon #086577

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.3%

 BLUE value IS 119 (46.88% from 255) = 52.19%

R = 3.51%
G = 44.3%
B = 52.19%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#086577 (or 0x086577) is known color: Blue Lagoon. HEX triplet: 08, 65 and 77. RGB value is (8,101,119). Sum of RGB (Red+Green+Blue) = 8+101+119=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 101 (39.84% from 255 or 44.30% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #086577 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086577 is #F79A88. Grayscale: #4B4B4B. Windows color (decimal): -16226953 or 7824648. OLE color: 7824648.

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

Color convert

RGB 8 101 119 -
CMYK 0.93 0.15 0 0.53
HSL 189.73º 0.87% 0.25% -
HSV(B) 189.73º 0.93% 0.47% -
XYZ 8.08 10.69 19.09 -
YUV 75.25 152.69 80.04 -
System Red Green Blue C M Y K H S L
Decimal 8 101 119 0.93 0.15 0 0.53 189.73 0.87 0.25
Hex 8 65 77 5D F 0 35 BE 57 19
Octal 10 145 167 135 17 0 65 276 127 31
Binary 1000 1100101 1110111 1011101 1111 0 110101 10111110 1010111 11001

Color Harmonies of #086577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086577

Black with #086577

Text Example


Text Example

White with #086577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086577; }

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

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

background-color css

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

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

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

border-color css

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

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

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