Shades of Blue Whale #053346
Tints of Blue Whale #053346
RGB
CMYK
RGB Variations
Color information
#053346 (or 0x053346) is known color: Blue Whale. HEX triplet: 05, 33 and 46. RGB value is (5,51,70). Sum of RGB (Red+Green+Blue) = 5+51+70=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 70 (27.73% from 255 or 55.56% from 126); Max value from RGB is 70 - color contains mainly: blue. Hex color #053346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053346 is #FACCB9. Grayscale: #272727. Windows color (decimal): -16436410 or 4600581. OLE color: 4600581.
HSL color Cylindrical-coordinate representation of color #053346: hue angle of 197.54º degrees, saturation: 0.87, 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 #053346 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 51 | 70 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.73 |
| HSL | 197.54º | 0.87% | 0.15% | - |
| HSV(B) | 197.54º | 0.93% | 0.27% | - |
| XYZ | 2.35 | 2.84 | 6.22 | - |
| YUV | 39.41 | 145.26 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 51 | 70 | 0.93 | 0.27 | 0 | 0.73 | 197.54 | 0.87 | 0.15 |
| Hex | 5 | 33 | 46 | 5D | 1B | 0 | 49 | C6 | 57 | F |
| Octal | 5 | 63 | 106 | 135 | 33 | 0 | 111 | 306 | 127 | 17 |
| Binary | 101 | 110011 | 1000110 | 1011101 | 11011 | 0 | 1001001 | 11000110 | 1010111 | 1111 |
Color Harmonies of #053346
Complementary color
Monochromatic Colors of #053346
Black with #053346
Text Example
Text Example
White with #053346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053346; }
p { color: rgb(5,51,70); }
H1.HeaderClassName
{
color: #053346;
}
.AnyTagClassName
{
color: #053346;
}
</style>
background-color css
<style>
a { background-color: #053346; }
a { background-color: rgb(5,51,70); }
div.DivClassName
{
background-color: #053346;
}
.BgClassName
{
background-color: #053346;
}
</style>
border-color css
<style>
span { border-color: #053346; }
span { border-color: rgb(5,51,70); }
td.TdClassName
{
border-color: #053346;
}
.TagClassName
{
border-color: #053346;
}
</style>