#053241

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

Shades of Blue Whale #053241

Tints of Blue Whale #053241

Color information

#053241 (or 0x053241) is unknown color: approx Blue Whale. HEX triplet: 05, 32 and 41. RGB value is (5,50,65). Sum of RGB (Red+Green+Blue) = 5+50+65=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 65 (25.78% from 255 or 54.17% from 120); Max value from RGB is 65 - color contains mainly: blue. Hex color #053241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053241 is #FACDBE. Grayscale: #262626. Windows color (decimal): -16436671 or 4272645. OLE color: 4272645.

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

Color convert

RGB55065-
CMYK0.920.2300.75
HSL195º85.71%13.73%-
HSV(B)195º92.31%25.49%-
XYZ2.162.75.41-
YUV38.25143.09104.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.17%
GREEN value IS 50 (19.92% from 255) = 41.67%
BLUE value IS 65 (25.78% from 255) = 54.17%
R=4.17%
G=41.67%
B=54.17%

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
Decimal550650.920.2300.7519585.7113.73
Hex532415C1704Bc356e
Octal56210113427011330312616
Binary1011100101000001101110010111010010111100001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053241; }

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

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

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

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

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

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

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

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