Shades of Blue Whale #05354C
Tints of Blue Whale #05354C
RGB
CMYK
RGB Variations
Color information
#05354C (or 0x05354C) is known color: Blue Whale. HEX triplet: 05, 35 and 4C. RGB value is (5,53,76). Sum of RGB (Red+Green+Blue) = 5+53+76=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 76 (30.08% from 255 or 56.72% from 134); Max value from RGB is 76 - color contains mainly: blue. Hex color #05354C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05354C is #FACAB3. Grayscale: #292929. Windows color (decimal): -16435892 or 4994309. OLE color: 4994309.
HSL color Cylindrical-coordinate representation of color #05354C: hue angle of 199.44º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05354C is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 53 | 76 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.70 |
| HSL | 199.44º | 0.88% | 0.16% | - |
| HSV(B) | 199.44º | 0.93% | 0.3% | - |
| XYZ | 2.64 | 3.1 | 7.3 | - |
| YUV | 41.27 | 147.6 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 53 | 76 | 0.93 | 0.30 | 0 | 0.70 | 199.44 | 0.88 | 0.16 |
| Hex | 5 | 35 | 4C | 5D | 1E | 0 | 46 | C7 | 58 | 10 |
| Octal | 5 | 65 | 114 | 135 | 36 | 0 | 106 | 307 | 130 | 20 |
| Binary | 101 | 110101 | 1001100 | 1011101 | 11110 | 0 | 1000110 | 11000111 | 1011000 | 10000 |
Color Harmonies of #05354C
Complementary color
Monochromatic Colors of #05354C
Black with #05354C
Text Example
Text Example
White with #05354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05354C; }
p { color: rgb(5,53,76); }
H1.HeaderClassName
{
color: #05354C;
}
.AnyTagClassName
{
color: #05354C;
}
</style>
background-color css
<style>
a { background-color: #05354C; }
a { background-color: rgb(5,53,76); }
div.DivClassName
{
background-color: #05354C;
}
.BgClassName
{
background-color: #05354C;
}
</style>
border-color css
<style>
span { border-color: #05354C; }
span { border-color: rgb(5,53,76); }
td.TdClassName
{
border-color: #05354C;
}
.TagClassName
{
border-color: #05354C;
}
</style>