#053046

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

Shades of Blue Whale #053046

Tints of Blue Whale #053046

Color information

#053046 (or 0x053046) is unknown color: approx Blue Whale. HEX triplet: 05, 30 and 46. RGB value is (5,48,70). Sum of RGB (Red+Green+Blue) = 5+48+70=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 70 (27.73% from 255 or 56.91% from 123); Max value from RGB is 70 - color contains mainly: blue. Hex color #053046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053046 is #FACFB9. Grayscale: #252525. Windows color (decimal): -16437178 or 4599813. OLE color: 4599813.

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

Color convert

RGB54870-
CMYK0.930.3100.73
HSL200.31º86.67%14.71%-
HSV(B)200.31º92.86%27.45%-
XYZ2.232.596.18-
YUV37.65146.25104.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.07%
GREEN value IS 48 (19.14% from 255) = 39.02%
BLUE value IS 70 (27.73% from 255) = 56.91%
R=4.07%
G=39.02%
B=56.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal548700.930.3100.73200.3186.6714.71
Hex530465D1F049c857f
Octal56010613537011131012717
Binary1011100001000110101110111111010010011100100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053046; }

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

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

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

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

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

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

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

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