#052E47

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

Shades of Blue Whale #052E47

Tints of Blue Whale #052E47

Color information

#052E47 (or 0x052E47) is unknown color: approx Blue Whale. HEX triplet: 05, 2E and 47. RGB value is (5,46,71). Sum of RGB (Red+Green+Blue) = 5+46+71=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 46 (18.36% from 255 or 37.70% from 122); Blue value is 71 (28.12% from 255 or 58.20% from 122); Max value from RGB is 71 - color contains mainly: blue. Hex color #052E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052E47 is #FAD1B8. Grayscale: #242424. Windows color (decimal): -16437689 or 4664837. OLE color: 4664837.

HSL color Cylindrical-coordinate representation of color #052E47: hue angle of 202.73º 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 #052E47 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB54671-
CMYK0.930.3500.72
HSL202.73º86.84%14.9%-
HSV(B)202.73º92.96%27.84%-
XYZ2.182.446.32-
YUV36.59147.42105.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.10%
GREEN value IS 46 (18.36% from 255) = 37.70%
BLUE value IS 71 (28.12% from 255) = 58.20%
R=4.10%
G=37.70%
B=58.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal546710.930.3500.72202.7386.8414.9
Hex52E475D23048cb57f
Octal55610713543011031312717
Binary10110111010001111011101100011010010001100101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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