#055272

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

Shades of Blue Lagoon #055272

Tints of Blue Lagoon #055272

Color information

#055272 (or 0x055272) is unknown color: approx Blue Lagoon. HEX triplet: 05, 52 and 72. RGB value is (5,82,114). Sum of RGB (Red+Green+Blue) = 5+82+114=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #055272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055272 is #FAAD8D. Grayscale: #3E3E3E. Windows color (decimal): -16428430 or 7492101. OLE color: 7492101.

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

Color convert

RGB582114-
CMYK0.960.2800.55
HSL197.61º91.6%23.33%-
HSV(B)197.61º95.61%44.71%-
XYZ6.127.2817-
YUV62.62156.9986.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.49%
GREEN value IS 82 (32.42% from 255) = 40.80%
BLUE value IS 114 (44.92% from 255) = 56.72%
R=2.49%
G=40.80%
B=56.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5821140.960.2800.55197.6191.623.33
Hex55272601C037c65c17
Octal51221621403406730613427
Binary10110100101110010110000011100011011111000110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055272; }

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

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

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

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

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

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

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

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