Html Css Color HEX #055C76 Blue Lagoon

📋 copy color: '#055C76'

red 5 ◦ green 92 ◦ blue 118

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

Shades of Blue Lagoon #055C76

Tints of Blue Lagoon #055C76

RGB

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

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

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

R = 2.33%
G = 42.79%
B = 54.88%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#055C76 (or 0x055C76) is known color: Blue Lagoon. HEX triplet: 05, 5C and 76. RGB value is (5,92,118). Sum of RGB (Red+Green+Blue) = 5+92+118=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 92 (36.33% from 255 or 42.79% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #055C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055C76 is #FAA389. Grayscale: #444444. Windows color (decimal): -16425866 or 7756805. OLE color: 7756805.

HSL color Cylindrical-coordinate representation of color #055C76: hue angle of 193.81º 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 #055C76 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 92 118 -
CMYK 0.96 0.22 0 0.54
HSL 193.81º 0.92% 0.24% -
HSV(B) 193.81º 0.96% 0.46% -
XYZ 7.16 8.99 18.5 -
YUV 68.95 155.68 82.39 -
System Red Green Blue C M Y K H S L
Decimal 5 92 118 0.96 0.22 0 0.54 193.81 0.92 0.24
Hex 5 5C 76 60 16 0 36 C2 5C 18
Octal 5 134 166 140 26 0 66 302 134 30
Binary 101 1011100 1110110 1100000 10110 0 110110 11000010 1011100 11000

Color Harmonies of #055C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055C76

Black with #055C76

Text Example


Text Example

White with #055C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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