#053140

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

Shades of Blue Whale #053140

Tints of Blue Whale #053140

Color information

#053140 (or 0x053140) is unknown color: approx Blue Whale. HEX triplet: 05, 31 and 40. RGB value is (5,49,64). Sum of RGB (Red+Green+Blue) = 5+49+64=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 64 (25.39% from 255 or 54.24% from 118); Max value from RGB is 64 - color contains mainly: blue. Hex color #053140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053140 is #FACEBF. Grayscale: #252525. Windows color (decimal): -16436928 or 4206853. OLE color: 4206853.

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

Color convert

RGB54964-
CMYK0.920.2300.75
HSL195.25º85.51%13.53%-
HSV(B)195.25º92.19%25.1%-
XYZ2.092.65.24-
YUV37.55142.92104.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.24%
GREEN value IS 49 (19.53% from 255) = 41.53%
BLUE value IS 64 (25.39% from 255) = 54.24%
R=4.24%
G=41.53%
B=54.24%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal549640.920.2300.75195.2585.5113.53
Hex531405C1704Bc356e
Octal56110013427011330312616
Binary1011100011000000101110010111010010111100001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053140; }

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

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

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

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

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

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

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

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