#053243

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

Shades of Blue Whale #053243

Tints of Blue Whale #053243

Color information

#053243 (or 0x053243) is unknown color: approx Blue Whale. HEX triplet: 05, 32 and 43. RGB value is (5,50,67). Sum of RGB (Red+Green+Blue) = 5+50+67=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 67 (26.56% from 255 or 54.92% from 122); Max value from RGB is 67 - color contains mainly: blue. Hex color #053243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053243 is #FACDBC. Grayscale: #262626. Windows color (decimal): -16436669 or 4403717. OLE color: 4403717.

HSL color Cylindrical-coordinate representation of color #053243: hue angle of 196.45º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053243 is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB55067-
CMYK0.930.2500.74
HSL196.45º86.11%14.12%-
HSV(B)196.45º92.54%26.27%-
XYZ2.222.725.72-
YUV38.48144.09104.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.10%
GREEN value IS 50 (19.92% from 255) = 40.98%
BLUE value IS 67 (26.56% from 255) = 54.92%
R=4.10%
G=40.98%
B=54.92%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal550670.930.2500.74196.4586.1114.12
Hex532435D1904Ac456e
Octal56210313531011230412616
Binary1011100101000011101110111001010010101100010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053243; }

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

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

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

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

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

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

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

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