Shades of Blue Whale #053245
Tints of Blue Whale #053245
RGB
CMYK
RGB Variations
Color information
#053245 (or 0x053245) is known color: Blue Whale. HEX triplet: 05, 32 and 45. RGB value is (5,50,69). Sum of RGB (Red+Green+Blue) = 5+50+69=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 69 (27.34% from 255 or 55.65% from 124); Max value from RGB is 69 - color contains mainly: blue. Hex color #053245 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053245 is #FACDBA. Grayscale: #262626. Windows color (decimal): -16436667 or 4534789. OLE color: 4534789.
HSL color Cylindrical-coordinate representation of color #053245: hue angle of 197.81º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053245 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 50 | 69 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.73 |
| HSL | 197.81º | 0.86% | 0.15% | - |
| HSV(B) | 197.81º | 0.93% | 0.27% | - |
| XYZ | 2.28 | 2.74 | 6.04 | - |
| YUV | 38.71 | 145.09 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 50 | 69 | 0.93 | 0.28 | 0 | 0.73 | 197.81 | 0.86 | 0.15 |
| Hex | 5 | 32 | 45 | 5D | 1C | 0 | 49 | C6 | 56 | F |
| Octal | 5 | 62 | 105 | 135 | 34 | 0 | 111 | 306 | 126 | 17 |
| Binary | 101 | 110010 | 1000101 | 1011101 | 11100 | 0 | 1001001 | 11000110 | 1010110 | 1111 |
Color Harmonies of #053245
Complementary color
Monochromatic Colors of #053245
Black with #053245
Text Example
Text Example
White with #053245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053245; }
p { color: rgb(5,50,69); }
H1.HeaderClassName
{
color: #053245;
}
.AnyTagClassName
{
color: #053245;
}
</style>
background-color css
<style>
a { background-color: #053245; }
a { background-color: rgb(5,50,69); }
div.DivClassName
{
background-color: #053245;
}
.BgClassName
{
background-color: #053245;
}
</style>
border-color css
<style>
span { border-color: #053245; }
span { border-color: rgb(5,50,69); }
td.TdClassName
{
border-color: #053245;
}
.TagClassName
{
border-color: #053245;
}
</style>