#053143

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

Shades of Blue Whale #053143

Tints of Blue Whale #053143

Color information

#053143 (or 0x053143) is unknown color: approx Blue Whale. HEX triplet: 05, 31 and 43. RGB value is (5,49,67). Sum of RGB (Red+Green+Blue) = 5+49+67=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 67 (26.56% from 255 or 55.37% from 121); Max value from RGB is 67 - color contains mainly: blue. Hex color #053143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053143 is #FACEBC. Grayscale: #252525. Windows color (decimal): -16436925 or 4403461. OLE color: 4403461.

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

Color convert

RGB54967-
CMYK0.930.2700.74
HSL197.42º86.11%14.12%-
HSV(B)197.42º92.54%26.27%-
XYZ2.172.635.7-
YUV37.9144.42104.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.13%
GREEN value IS 49 (19.53% from 255) = 40.50%
BLUE value IS 67 (26.56% from 255) = 55.37%
R=4.13%
G=40.50%
B=55.37%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal549670.930.2700.74197.4286.1114.12
Hex531435D1B04Ac556e
Octal56110313533011230512616
Binary1011100011000011101110111011010010101100010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053143; }

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

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

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

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

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

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

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

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