#053144

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

Shades of Blue Whale #053144

Tints of Blue Whale #053144

Color information

#053144 (or 0x053144) is unknown color: approx Blue Whale. HEX triplet: 05, 31 and 44. RGB value is (5,49,68). Sum of RGB (Red+Green+Blue) = 5+49+68=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 68 (26.95% from 255 or 55.74% from 122); Max value from RGB is 68 - color contains mainly: blue. Hex color #053144 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053144 is #FACEBB. Grayscale: #252525. Windows color (decimal): -16436924 or 4468997. OLE color: 4468997.

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

Color convert

RGB54968-
CMYK0.930.2800.73
HSL198.1º86.3%14.31%-
HSV(B)198.1º92.65%26.67%-
XYZ2.22.655.86-
YUV38.01144.92104.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.10%
GREEN value IS 49 (19.53% from 255) = 40.16%
BLUE value IS 68 (26.95% from 255) = 55.74%
R=4.10%
G=40.16%
B=55.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal549680.930.2800.73198.186.314.31
Hex531445D1C049c656e
Octal56110413534011130612616
Binary1011100011000100101110111100010010011100011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053144; }

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

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

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

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

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

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

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

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