#053348

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

Shades of Blue Whale #053348

Tints of Blue Whale #053348

Color information

#053348 (or 0x053348) is unknown color: approx Blue Whale. HEX triplet: 05, 33 and 48. RGB value is (5,51,72). Sum of RGB (Red+Green+Blue) = 5+51+72=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 72 (28.52% from 255 or 56.25% from 128); Max value from RGB is 72 - color contains mainly: blue. Hex color #053348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053348 is #FACCB7. Grayscale: #272727. Windows color (decimal): -16436408 or 4731653. OLE color: 4731653.

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

Color convert

RGB55172-
CMYK0.930.2900.72
HSL198.81º87.01%15.1%-
HSV(B)198.81º93.06%28.24%-
XYZ2.422.876.56-
YUV39.64146.26103.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.91%
GREEN value IS 51 (20.31% from 255) = 39.84%
BLUE value IS 72 (28.52% from 255) = 56.25%
R=3.91%
G=39.84%
B=56.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal551720.930.2900.72198.8187.0115.1
Hex533485D1D048c757f
Octal56311013535011030712717
Binary1011100111001000101110111101010010001100011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053348; }

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

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

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

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

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

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

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

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