#053447

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

Shades of Blue Whale #053447

Tints of Blue Whale #053447

Color information

#053447 (or 0x053447) is unknown color: approx Blue Whale. HEX triplet: 05, 34 and 47. RGB value is (5,52,71). Sum of RGB (Red+Green+Blue) = 5+52+71=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 71 (28.12% from 255 or 55.47% from 128); Max value from RGB is 71 - color contains mainly: blue. Hex color #053447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053447 is #FACBB8. Grayscale: #272727. Windows color (decimal): -16436153 or 4666373. OLE color: 4666373.

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

Color convert

RGB55271-
CMYK0.930.2700.72
HSL197.27º86.84%14.9%-
HSV(B)197.27º92.96%27.84%-
XYZ2.432.946.4-
YUV40.11145.43102.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.91%
GREEN value IS 52 (20.70% from 255) = 40.62%
BLUE value IS 71 (28.12% from 255) = 55.47%
R=3.91%
G=40.62%
B=55.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal552710.930.2700.72197.2786.8414.9
Hex534475D1B048c557f
Octal56410713533011030512717
Binary1011101001000111101110111011010010001100010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053447; }

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

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

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

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

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

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

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

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