#055C7F

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

Shades of Blue Lagoon #055C7F

Tints of Blue Lagoon #055C7F

Color information

#055C7F (or 0x055C7F) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5C and 7F. RGB value is (5,92,127). Sum of RGB (Red+Green+Blue) = 5+92+127=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 92 (36.33% from 255 or 41.07% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #055C7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055C7F is #FAA380. Grayscale: #454545. Windows color (decimal): -16425857 or 8346629. OLE color: 8346629.

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

Color convert

RGB592127-
CMYK0.960.2800.50
HSL197.21º92.42%25.88%-
HSV(B)197.21º96.06%49.8%-
XYZ7.729.2221.45-
YUV69.98160.1881.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.23%
GREEN value IS 92 (36.33% from 255) = 41.07%
BLUE value IS 127 (50% from 255) = 56.70%
R=2.23%
G=41.07%
B=56.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5921270.960.2800.50197.2192.4225.88
Hex55C7F601C032c55c1a
Octal51341771403406230513432
Binary10110111001111111110000011100011001011000101101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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