Shades of Blue Whale #05364D
Tints of Blue Whale #05364D
RGB
CMYK
RGB Variations
Color information
#05364D (or 0x05364D) is known color: Blue Whale. HEX triplet: 05, 36 and 4D. RGB value is (5,54,77). Sum of RGB (Red+Green+Blue) = 5+54+77=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 77 (30.47% from 255 or 56.62% from 136); Max value from RGB is 77 - color contains mainly: blue. Hex color #05364D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05364D is #FAC9B2. Grayscale: #292929. Windows color (decimal): -16435635 or 5060101. OLE color: 5060101.
HSL color Cylindrical-coordinate representation of color #05364D: hue angle of 199.17º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05364D is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 54 | 77 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.70 |
| HSL | 199.17º | 0.88% | 0.16% | - |
| HSV(B) | 199.17º | 0.94% | 0.3% | - |
| XYZ | 2.72 | 3.21 | 7.5 | - |
| YUV | 41.97 | 147.77 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 54 | 77 | 0.94 | 0.30 | 0 | 0.70 | 199.17 | 0.88 | 0.16 |
| Hex | 5 | 36 | 4D | 5E | 1E | 0 | 46 | C7 | 58 | 10 |
| Octal | 5 | 66 | 115 | 136 | 36 | 0 | 106 | 307 | 130 | 20 |
| Binary | 101 | 110110 | 1001101 | 1011110 | 11110 | 0 | 1000110 | 11000111 | 1011000 | 10000 |
Color Harmonies of #05364D
Complementary color
Monochromatic Colors of #05364D
Black with #05364D
Text Example
Text Example
White with #05364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05364D; }
p { color: rgb(5,54,77); }
H1.HeaderClassName
{
color: #05364D;
}
.AnyTagClassName
{
color: #05364D;
}
</style>
background-color css
<style>
a { background-color: #05364D; }
a { background-color: rgb(5,54,77); }
div.DivClassName
{
background-color: #05364D;
}
.BgClassName
{
background-color: #05364D;
}
</style>
border-color css
<style>
span { border-color: #05364D; }
span { border-color: rgb(5,54,77); }
td.TdClassName
{
border-color: #05364D;
}
.TagClassName
{
border-color: #05364D;
}
</style>