#053246

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

Shades of Blue Whale #053246

Tints of Blue Whale #053246

Color information

#053246 (or 0x053246) is unknown color: approx Blue Whale. HEX triplet: 05, 32 and 46. RGB value is (5,50,70). Sum of RGB (Red+Green+Blue) = 5+50+70=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 70 (27.73% from 255 or 56% from 125); Max value from RGB is 70 - color contains mainly: blue. Hex color #053246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053246 is #FACDB9. Grayscale: #262626. Windows color (decimal): -16436666 or 4600325. OLE color: 4600325.

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

Color convert

RGB55070-
CMYK0.930.2900.73
HSL198.46º86.67%14.71%-
HSV(B)198.46º92.86%27.45%-
XYZ2.312.766.2-
YUV38.83145.59103.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4%
GREEN value IS 50 (19.92% from 255) = 40%
BLUE value IS 70 (27.73% from 255) = 56%
R=4%
G=40%
B=56%

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
Decimal550700.930.2900.73198.4686.6714.71
Hex532465D1D049c657f
Octal56210613535011130612717
Binary1011100101000110101110111101010010011100011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053246; }

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

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

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

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

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

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

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

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