#053044

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

Shades of Blue Whale #053044

Tints of Blue Whale #053044

Color information

#053044 (or 0x053044) is unknown color: approx Blue Whale. HEX triplet: 05, 30 and 44. RGB value is (5,48,68). Sum of RGB (Red+Green+Blue) = 5+48+68=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 68 (26.95% from 255 or 56.20% from 121); Max value from RGB is 68 - color contains mainly: blue. Hex color #053044 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053044 is #FACFBB. Grayscale: #252525. Windows color (decimal): -16437180 or 4468741. OLE color: 4468741.

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

Color convert

RGB54868-
CMYK0.930.2900.73
HSL199.05º86.3%14.31%-
HSV(B)199.05º92.65%26.67%-
XYZ2.162.565.85-
YUV37.42145.25104.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.13%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 68 (26.95% from 255) = 56.20%
R=4.13%
G=39.67%
B=56.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal548680.930.2900.73199.0586.314.31
Hex530445D1D049c756e
Octal56010413535011130712616
Binary1011100001000100101110111101010010011100011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053044; }

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

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

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

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

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

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

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

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