#053245

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

Shades of Blue Whale #053245

Tints of Blue Whale #053245

Color information

#053245 (or 0x053245) is unknown color: approx Blue Whale. HEX triplet: 05, 32 and 45. RGB value is (5,50,69). Sum of RGB (Red+Green+Blue) = 5+50+69=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 69 (27.34% from 255 or 55.65% from 124); Max value from RGB is 69 - color contains mainly: blue. Hex color #053245 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053245 is #FACDBA. Grayscale: #262626. Windows color (decimal): -16436667 or 4534789. OLE color: 4534789.

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

Color convert

RGB55069-
CMYK0.930.2800.73
HSL197.81º86.49%14.51%-
HSV(B)197.81º92.75%27.06%-
XYZ2.282.746.04-
YUV38.71145.09103.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.03%
GREEN value IS 50 (19.92% from 255) = 40.32%
BLUE value IS 69 (27.34% from 255) = 55.65%
R=4.03%
G=40.32%
B=55.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal550690.930.2800.73197.8186.4914.51
Hex532455D1C049c656f
Octal56210513534011130612617
Binary1011100101000101101110111100010010011100011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053245; }

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

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

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

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

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

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

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

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