#053444

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

Shades of Blue Whale #053444

Tints of Blue Whale #053444

Color information

#053444 (or 0x053444) is unknown color: approx Blue Whale. HEX triplet: 05, 34 and 44. RGB value is (5,52,68). Sum of RGB (Red+Green+Blue) = 5+52+68=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 68 (26.95% from 255 or 54.4% from 125); Max value from RGB is 68 - color contains mainly: blue. Hex color #053444 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053444 is #FACBBB. Grayscale: #272727. Windows color (decimal): -16436156 or 4469765. OLE color: 4469765.

HSL color Cylindrical-coordinate representation of color #053444: hue angle of 195.24º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053444 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB55268-
CMYK0.930.2400.73
HSL195.24º86.3%14.31%-
HSV(B)195.24º92.65%26.67%-
XYZ2.332.915.91-
YUV39.77143.93103.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4%
GREEN value IS 52 (20.70% from 255) = 41.6%
BLUE value IS 68 (26.95% from 255) = 54.4%
R=4%
G=41.6%
B=54.4%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal552680.930.2400.73195.2486.314.31
Hex534445D18049c356e
Octal56410413530011130312616
Binary1011101001000100101110111000010010011100001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053444; }

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

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

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

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

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

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

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

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