#053548

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

Shades of Blue Whale #053548

Tints of Blue Whale #053548

Color information

#053548 (or 0x053548) is unknown color: approx Blue Whale. HEX triplet: 05, 35 and 48. RGB value is (5,53,72). Sum of RGB (Red+Green+Blue) = 5+53+72=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #053548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053548 is #FACAB7. Grayscale: #282828. Windows color (decimal): -16435896 or 4732165. OLE color: 4732165.

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

Color convert

RGB55372-
CMYK0.930.2600.72
HSL197.01º87.01%15.1%-
HSV(B)197.01º93.06%28.24%-
XYZ2.513.056.59-
YUV40.81145.6102.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.85%
GREEN value IS 53 (21.09% from 255) = 40.77%
BLUE value IS 72 (28.52% from 255) = 55.38%
R=3.85%
G=40.77%
B=55.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal553720.930.2600.72197.0187.0115.1
Hex535485D1A048c557f
Octal56511013532011030512717
Binary1011101011001000101110111010010010001100010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053548; }

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

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

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

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

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

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

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

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