#053546

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

Shades of Blue Whale #053546

Tints of Blue Whale #053546

Color information

#053546 (or 0x053546) is unknown color: approx Blue Whale. HEX triplet: 05, 35 and 46. RGB value is (5,53,70). Sum of RGB (Red+Green+Blue) = 5+53+70=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 70 (27.73% from 255 or 54.69% from 128); Max value from RGB is 70 - color contains mainly: blue. Hex color #053546 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053546 is #FACAB9. Grayscale: #282828. Windows color (decimal): -16435898 or 4601093. OLE color: 4601093.

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

Color convert

RGB55370-
CMYK0.930.2400.73
HSL195.69º86.67%14.71%-
HSV(B)195.69º92.86%27.45%-
XYZ2.443.026.25-
YUV40.59144.6102.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.91%
GREEN value IS 53 (21.09% from 255) = 41.41%
BLUE value IS 70 (27.73% from 255) = 54.69%
R=3.91%
G=41.41%
B=54.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal553700.930.2400.73195.6986.6714.71
Hex535465D18049c457f
Octal56510613530011130412717
Binary1011101011000110101110111000010010011100010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053546; }

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

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

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

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

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

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

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

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