Html Css Color HEX #055576 Blue Lagoon

📋 copy color: '#055576'

red 5 ◦ green 85 ◦ blue 118

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

Shades of Blue Lagoon #055576

Tints of Blue Lagoon #055576

RGB

 RED value IS 5 (2.34% from 255) = 2.4%

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

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

R = 2.4%
G = 40.87%
B = 56.73%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#055576 (or 0x055576) is known color: Blue Lagoon. HEX triplet: 05, 55 and 76. RGB value is (5,85,118). Sum of RGB (Red+Green+Blue) = 5+85+118=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 118 (46.48% from 255 or 56.73% from 208); Max value from RGB is 118 - color contains mainly: blue. Hex color #055576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055576 is #FAAA89. Grayscale: #404040. Windows color (decimal): -16427658 or 7755013. OLE color: 7755013.

HSL color Cylindrical-coordinate representation of color #055576: hue angle of 197.52º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055576 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 85 118 -
CMYK 0.96 0.28 0 0.54
HSL 197.52º 0.92% 0.24% -
HSV(B) 197.52º 0.96% 0.46% -
XYZ 6.58 7.84 18.31 -
YUV 64.84 158 85.32 -
System Red Green Blue C M Y K H S L
Decimal 5 85 118 0.96 0.28 0 0.54 197.52 0.92 0.24
Hex 5 55 76 60 1C 0 36 C6 5C 18
Octal 5 125 166 140 34 0 66 306 134 30
Binary 101 1010101 1110110 1100000 11100 0 110110 11000110 1011100 11000

Color Harmonies of #055576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055576

Black with #055576

Text Example


Text Example

White with #055576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055576; }

 p { color: rgb(5,85,118); }

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

background-color css

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

 a { background-color: rgb(5,85,118); }

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

border-color css

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

 span { border-color: rgb(5,85,118); }

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