Shades of Paua #080547
Tints of Paua #080547
RGB
CMYK
RGB Variations
Color information
#080547 (or 0x080547) is known color: Paua. HEX triplet: 08, 05 and 47. RGB value is (8,5,71). Sum of RGB (Red+Green+Blue) = 8+5+71=84 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.52% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 71 (28.12% from 255 or 84.52% from 84); Max value from RGB is 71 - color contains mainly: blue. Hex color #080547 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080547 is #F7FAB8. Grayscale: #0D0D0D. Windows color (decimal): -16251577 or 4654344. OLE color: 4654344.
HSL color Cylindrical-coordinate representation of color #080547: hue angle of 242.73º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080547 is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 8 | 5 | 71 | - |
| CMYK | 0.89 | 0.93 | 0 | 0.72 |
| HSL | 242.73º | 0.87% | 0.15% | - |
| HSV(B) | 242.73º | 0.93% | 0.28% | - |
| XYZ | 1.29 | 0.62 | 6.01 | - |
| YUV | 13.42 | 160.49 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 71 | 0.89 | 0.93 | 0 | 0.72 | 242.73 | 0.87 | 0.15 |
| Hex | 8 | 5 | 47 | 59 | 5D | 0 | 48 | F3 | 57 | F |
| Octal | 10 | 5 | 107 | 131 | 135 | 0 | 110 | 363 | 127 | 17 |
| Binary | 1000 | 101 | 1000111 | 1011001 | 1011101 | 0 | 1001000 | 11110011 | 1010111 | 1111 |
Color Harmonies of #080547
Complementary color
Monochromatic Colors of #080547
Black with #080547
Text Example
Text Example
White with #080547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080547; }
p { color: rgb(8,5,71); }
H1.HeaderClassName
{
color: #080547;
}
.AnyTagClassName
{
color: #080547;
}
</style>
background-color css
<style>
a { background-color: #080547; }
a { background-color: rgb(8,5,71); }
div.DivClassName
{
background-color: #080547;
}
.BgClassName
{
background-color: #080547;
}
</style>
border-color css
<style>
span { border-color: #080547; }
span { border-color: rgb(8,5,71); }
td.TdClassName
{
border-color: #080547;
}
.TagClassName
{
border-color: #080547;
}
</style>