#055C7C

Color #055C7C Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #055C7C

Tints of Blue Lagoon #055C7C

Color information

#055C7C (or 0x055C7C) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5C and 7C. RGB value is (5,92,124). Sum of RGB (Red+Green+Blue) = 5+92+124=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #055C7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055C7C is #FAA383. Grayscale: #454545. Windows color (decimal): -16425860 or 8150021. OLE color: 8150021.

HSL color Cylindrical-coordinate representation of color #055C7C: hue angle of 196.13º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055C7C is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB592124-
CMYK0.960.2600.51
HSL196.13º92.25%25.29%-
HSV(B)196.13º95.97%48.63%-
XYZ7.539.1420.44-
YUV69.63158.6881.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.26%
GREEN value IS 92 (36.33% from 255) = 41.63%
BLUE value IS 124 (48.83% from 255) = 56.11%
R=2.26%
G=41.63%
B=56.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5921240.960.2600.51196.1392.2525.29
Hex55C7C601A033c45c19
Octal51341741403206330413431
Binary10110111001111100110000011010011001111000100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #055C7C;
 }
 .AnyTagClassName
 {
   color: #055C7C;
 }
</style>
background-color css

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

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

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

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

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

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