Shades of Blue Whale #053343
Tints of Blue Whale #053343
RGB
CMYK
RGB Variations
Color information
#053343 (or 0x053343) is known color: Blue Whale. HEX triplet: 05, 33 and 43. RGB value is (5,51,67). Sum of RGB (Red+Green+Blue) = 5+51+67=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 67 (26.56% from 255 or 54.47% from 123); Max value from RGB is 67 - color contains mainly: blue. Hex color #053343 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053343 is #FACCBC. Grayscale: #262626. Windows color (decimal): -16436413 or 4403973. OLE color: 4403973.
HSL color Cylindrical-coordinate representation of color #053343: hue angle of 195.48º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053343 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 51 | 67 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.74 |
| HSL | 195.48º | 0.86% | 0.14% | - |
| HSV(B) | 195.48º | 0.93% | 0.26% | - |
| XYZ | 2.26 | 2.81 | 5.73 | - |
| YUV | 39.07 | 143.76 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 51 | 67 | 0.93 | 0.24 | 0 | 0.74 | 195.48 | 0.86 | 0.14 |
| Hex | 5 | 33 | 43 | 5D | 18 | 0 | 4A | C3 | 56 | E |
| Octal | 5 | 63 | 103 | 135 | 30 | 0 | 112 | 303 | 126 | 16 |
| Binary | 101 | 110011 | 1000011 | 1011101 | 11000 | 0 | 1001010 | 11000011 | 1010110 | 1110 |
Color Harmonies of #053343
Complementary color
Monochromatic Colors of #053343
Black with #053343
Text Example
Text Example
White with #053343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053343; }
p { color: rgb(5,51,67); }
H1.HeaderClassName
{
color: #053343;
}
.AnyTagClassName
{
color: #053343;
}
</style>
background-color css
<style>
a { background-color: #053343; }
a { background-color: rgb(5,51,67); }
div.DivClassName
{
background-color: #053343;
}
.BgClassName
{
background-color: #053343;
}
</style>
border-color css
<style>
span { border-color: #053343; }
span { border-color: rgb(5,51,67); }
td.TdClassName
{
border-color: #053343;
}
.TagClassName
{
border-color: #053343;
}
</style>