#055C73

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

Shades of Blue Lagoon #055C73

Tints of Blue Lagoon #055C73

Color information

#055C73 (or 0x055C73) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5C and 73. RGB value is (5,92,115). Sum of RGB (Red+Green+Blue) = 5+92+115=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #055C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055C73 is #FAA38C. Grayscale: #444444. Windows color (decimal): -16425869 or 7560197. OLE color: 7560197.

HSL color Cylindrical-coordinate representation of color #055C73: hue angle of 192.55º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055C73 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB592115-
CMYK0.960.2000.55
HSL192.55º91.67%23.53%-
HSV(B)192.55º95.65%45.1%-
XYZ6.988.9217.57-
YUV68.61154.1882.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.36%
GREEN value IS 92 (36.33% from 255) = 43.40%
BLUE value IS 115 (45.31% from 255) = 54.25%
R=2.36%
G=43.40%
B=54.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5921150.960.2000.55192.5591.6723.53
Hex55C736014037c15c18
Octal51341631402406730113430
Binary10110111001110011110000010100011011111000001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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