Shades of Blue Whale #053242
Tints of Blue Whale #053242
RGB
CMYK
RGB Variations
Color information
#053242 (or 0x053242) is known color: Blue Whale. HEX triplet: 05, 32 and 42. RGB value is (5,50,66). Sum of RGB (Red+Green+Blue) = 5+50+66=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 66 (26.17% from 255 or 54.55% from 121); Max value from RGB is 66 - color contains mainly: blue. Hex color #053242 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053242 is #FACDBD. Grayscale: #262626. Windows color (decimal): -16436670 or 4338181. OLE color: 4338181.
HSL color Cylindrical-coordinate representation of color #053242: hue angle of 195.74º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053242 is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 50 | 66 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.74 |
| HSL | 195.74º | 0.86% | 0.14% | - |
| HSV(B) | 195.74º | 0.92% | 0.26% | - |
| XYZ | 2.19 | 2.71 | 5.56 | - |
| YUV | 38.37 | 143.59 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 50 | 66 | 0.92 | 0.24 | 0 | 0.74 | 195.74 | 0.86 | 0.14 |
| Hex | 5 | 32 | 42 | 5C | 18 | 0 | 4A | C4 | 56 | E |
| Octal | 5 | 62 | 102 | 134 | 30 | 0 | 112 | 304 | 126 | 16 |
| Binary | 101 | 110010 | 1000010 | 1011100 | 11000 | 0 | 1001010 | 11000100 | 1010110 | 1110 |
Color Harmonies of #053242
Complementary color
Monochromatic Colors of #053242
Black with #053242
Text Example
Text Example
White with #053242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053242; }
p { color: rgb(5,50,66); }
H1.HeaderClassName
{
color: #053242;
}
.AnyTagClassName
{
color: #053242;
}
</style>
background-color css
<style>
a { background-color: #053242; }
a { background-color: rgb(5,50,66); }
div.DivClassName
{
background-color: #053242;
}
.BgClassName
{
background-color: #053242;
}
</style>
border-color css
<style>
span { border-color: #053242; }
span { border-color: rgb(5,50,66); }
td.TdClassName
{
border-color: #053242;
}
.TagClassName
{
border-color: #053242;
}
</style>