#055C75

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

Shades of Blue Lagoon #055C75

Tints of Blue Lagoon #055C75

Color information

#055C75 (or 0x055C75) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5C and 75. RGB value is (5,92,117). Sum of RGB (Red+Green+Blue) = 5+92+117=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #055C75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055C75 is #FAA38A. Grayscale: #444444. Windows color (decimal): -16425867 or 7691269. OLE color: 7691269.

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

Color convert

RGB592117-
CMYK0.960.2100.54
HSL193.39º91.8%23.92%-
HSV(B)193.39º95.73%45.88%-
XYZ7.18.9718.19-
YUV68.84155.1882.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.34%
GREEN value IS 92 (36.33% from 255) = 42.99%
BLUE value IS 117 (46.09% from 255) = 54.67%
R=2.34%
G=42.99%
B=54.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5921170.960.2100.54193.3991.823.92
Hex55C756015036c15c18
Octal51341651402506630113430
Binary10110111001110101110000010101011011011000001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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