#053141

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

Shades of Blue Whale #053141

Tints of Blue Whale #053141

Color information

#053141 (or 0x053141) is unknown color: approx Blue Whale. HEX triplet: 05, 31 and 41. RGB value is (5,49,65). Sum of RGB (Red+Green+Blue) = 5+49+65=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #053141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053141 is #FACEBE. Grayscale: #252525. Windows color (decimal): -16436927 or 4272389. OLE color: 4272389.

HSL color Cylindrical-coordinate representation of color #053141: hue angle of 196º 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 #053141 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB54965-
CMYK0.920.2500.75
HSL196º85.71%13.73%-
HSV(B)196º92.31%25.49%-
XYZ2.122.615.39-
YUV37.67143.42104.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.20%
GREEN value IS 49 (19.53% from 255) = 41.18%
BLUE value IS 65 (25.78% from 255) = 54.62%
R=4.20%
G=41.18%
B=54.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal549650.920.2500.7519685.7113.73
Hex531415C1904Bc456e
Octal56110113431011330412616
Binary1011100011000001101110011001010010111100010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053141; }

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

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

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

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

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

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

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

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