Shades of Blue Whale #05324C
Tints of Blue Whale #05324C
RGB
CMYK
RGB Variations
Color information
#05324C (or 0x05324C) is known color: Blue Whale. HEX triplet: 05, 32 and 4C. RGB value is (5,50,76). Sum of RGB (Red+Green+Blue) = 5+50+76=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 76 (30.08% from 255 or 58.02% from 131); Max value from RGB is 76 - color contains mainly: blue. Hex color #05324C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05324C is #FACDB3. Grayscale: #272727. Windows color (decimal): -16436660 or 4993541. OLE color: 4993541.
HSL color Cylindrical-coordinate representation of color #05324C: hue angle of 201.97º 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 #05324C is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 50 | 76 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.70 |
| HSL | 201.97º | 0.88% | 0.16% | - |
| HSV(B) | 201.97º | 0.93% | 0.3% | - |
| XYZ | 2.51 | 2.84 | 7.25 | - |
| YUV | 39.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 50 | 76 | 0.93 | 0.34 | 0 | 0.70 | 201.97 | 0.88 | 0.16 |
| Hex | 5 | 32 | 4C | 5D | 22 | 0 | 46 | CA | 58 | 10 |
| Octal | 5 | 62 | 114 | 135 | 42 | 0 | 106 | 312 | 130 | 20 |
| Binary | 101 | 110010 | 1001100 | 1011101 | 100010 | 0 | 1000110 | 11001010 | 1011000 | 10000 |
Color Harmonies of #05324C
Complementary color
Monochromatic Colors of #05324C
Black with #05324C
Text Example
Text Example
White with #05324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05324C; }
p { color: rgb(5,50,76); }
H1.HeaderClassName
{
color: #05324C;
}
.AnyTagClassName
{
color: #05324C;
}
</style>
background-color css
<style>
a { background-color: #05324C; }
a { background-color: rgb(5,50,76); }
div.DivClassName
{
background-color: #05324C;
}
.BgClassName
{
background-color: #05324C;
}
</style>
border-color css
<style>
span { border-color: #05324C; }
span { border-color: rgb(5,50,76); }
td.TdClassName
{
border-color: #05324C;
}
.TagClassName
{
border-color: #05324C;
}
</style>