#052C49

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

Shades of Blue Whale #052C49

Tints of Blue Whale #052C49

Color information

#052C49 (or 0x052C49) is unknown color: approx Blue Whale. HEX triplet: 05, 2C and 49. RGB value is (5,44,73). Sum of RGB (Red+Green+Blue) = 5+44+73=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 44 (17.58% from 255 or 36.07% from 122); Blue value is 73 (28.91% from 255 or 59.84% from 122); Max value from RGB is 73 - color contains mainly: blue. Hex color #052C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C49 is #FAD3B6. Grayscale: #232323. Windows color (decimal): -16438199 or 4795397. OLE color: 4795397.

HSL color Cylindrical-coordinate representation of color #052C49: hue angle of 205.59º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052C49 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB54473-
CMYK0.930.4000.71
HSL205.59º87.18%15.29%-
HSV(B)205.59º93.15%28.63%-
XYZ2.172.316.64-
YUV35.65149.08106.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.10%
GREEN value IS 44 (17.58% from 255) = 36.07%
BLUE value IS 73 (28.91% from 255) = 59.84%
R=4.10%
G=36.07%
B=59.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal544730.930.4000.71205.5987.1815.29
Hex52C495D28047ce57f
Octal55411113550010731612717
Binary10110110010010011011101101000010001111100111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052C49; }

 p { color: rgb(5,44,73); }

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

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

 a { background-color: rgb(5,44,73); }

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

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

 span { border-color: rgb(5,44,73); }

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