#053146

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

Shades of Blue Whale #053146

Tints of Blue Whale #053146

Color information

#053146 (or 0x053146) is unknown color: approx Blue Whale. HEX triplet: 05, 31 and 46. RGB value is (5,49,70). Sum of RGB (Red+Green+Blue) = 5+49+70=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 70 (27.73% from 255 or 56.45% from 124); Max value from RGB is 70 - color contains mainly: blue. Hex color #053146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053146 is #FACEB9. Grayscale: #262626. Windows color (decimal): -16436922 or 4600069. OLE color: 4600069.

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

Color convert

RGB54970-
CMYK0.930.3000.73
HSL199.38º86.67%14.71%-
HSV(B)199.38º92.86%27.45%-
XYZ2.272.676.19-
YUV38.24145.92104.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.03%
GREEN value IS 49 (19.53% from 255) = 39.52%
BLUE value IS 70 (27.73% from 255) = 56.45%
R=4.03%
G=39.52%
B=56.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal549700.930.3000.73199.3886.6714.71
Hex531465D1E049c757f
Octal56110613536011130712717
Binary1011100011000110101110111110010010011100011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053146; }

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

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

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

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

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

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

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

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