#053346

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

Shades of Blue Whale #053346

Tints of Blue Whale #053346

Color information

#053346 (or 0x053346) is unknown color: approx Blue Whale. HEX triplet: 05, 33 and 46. RGB value is (5,51,70). Sum of RGB (Red+Green+Blue) = 5+51+70=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 70 (27.73% from 255 or 55.56% from 126); Max value from RGB is 70 - color contains mainly: blue. Hex color #053346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053346 is #FACCB9. Grayscale: #272727. Windows color (decimal): -16436410 or 4600581. OLE color: 4600581.

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

Color convert

RGB55170-
CMYK0.930.2700.73
HSL197.54º86.67%14.71%-
HSV(B)197.54º92.86%27.45%-
XYZ2.352.846.22-
YUV39.41145.26103.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.97%
GREEN value IS 51 (20.31% from 255) = 40.48%
BLUE value IS 70 (27.73% from 255) = 55.56%
R=3.97%
G=40.48%
B=55.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal551700.930.2700.73197.5486.6714.71
Hex533465D1B049c657f
Octal56310613533011130612717
Binary1011100111000110101110111011010010011100011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053346; }

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

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

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

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

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

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

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

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