#055270

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

Shades of Blue Lagoon #055270

Tints of Blue Lagoon #055270

Color information

#055270 (or 0x055270) is unknown color: approx Blue Lagoon. HEX triplet: 05, 52 and 70. RGB value is (5,82,112). Sum of RGB (Red+Green+Blue) = 5+82+112=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #055270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055270 is #FAAD8F. Grayscale: #3E3E3E. Windows color (decimal): -16428432 or 7361029. OLE color: 7361029.

HSL color Cylindrical-coordinate representation of color #055270: hue angle of 196.82º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055270 is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB582112-
CMYK0.960.2700.56
HSL196.82º91.45%22.94%-
HSV(B)196.82º95.54%43.92%-
XYZ67.2416.41-
YUV62.4155.9987.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.51%
GREEN value IS 82 (32.42% from 255) = 41.21%
BLUE value IS 112 (44.14% from 255) = 56.28%
R=2.51%
G=41.21%
B=56.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5821120.960.2700.56196.8291.4522.94
Hex55270601B038c55b17
Octal51221601403307030513327
Binary10110100101110000110000011011011100011000101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055270; }

 p { color: rgb(5,82,112); }

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

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

 a { background-color: rgb(5,82,112); }

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

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

 span { border-color: rgb(5,82,112); }

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