#052D47

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

Shades of Blue Whale #052D47

Tints of Blue Whale #052D47

Color information

#052D47 (or 0x052D47) is unknown color: approx Blue Whale. HEX triplet: 05, 2D and 47. RGB value is (5,45,71). Sum of RGB (Red+Green+Blue) = 5+45+71=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 45 (17.97% from 255 or 37.19% from 121); Blue value is 71 (28.12% from 255 or 58.68% from 121); Max value from RGB is 71 - color contains mainly: blue. Hex color #052D47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052D47 is #FAD2B8. Grayscale: #232323. Windows color (decimal): -16437945 or 4664581. OLE color: 4664581.

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

Color convert

RGB54571-
CMYK0.930.3700.72
HSL203.64º86.84%14.9%-
HSV(B)203.64º92.96%27.84%-
XYZ2.142.366.3-
YUV36147.75105.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.13%
GREEN value IS 45 (17.97% from 255) = 37.19%
BLUE value IS 71 (28.12% from 255) = 58.68%
R=4.13%
G=37.19%
B=58.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal545710.930.3700.72203.6486.8414.9
Hex52D475D25048cc57f
Octal55510713545011031412717
Binary10110110110001111011101100101010010001100110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,45,71); }

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

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

 a { background-color: rgb(5,45,71); }

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

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

 span { border-color: rgb(5,45,71); }

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