Shades of Black Pearl #052535
Tints of Black Pearl #052535
RGB
CMYK
RGB Variations
Color information
#052535 (or 0x052535) is known color: Black Pearl. HEX triplet: 05, 25 and 35. RGB value is (5,37,53). Sum of RGB (Red+Green+Blue) = 5+37+53=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 53 (21.09% from 255 or 55.79% from 95); Max value from RGB is 53 - color contains mainly: blue. Hex color #052535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052535 is #FADACA. Grayscale: #1D1D1D. Windows color (decimal): -16440011 or 3482885. OLE color: 3482885.
HSL color Cylindrical-coordinate representation of color #052535: hue angle of 200º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052535 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 5 | 37 | 53 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.79 |
| HSL | 200º | 0.83% | 0.11% | - |
| HSV(B) | 200º | 0.91% | 0.21% | - |
| XYZ | 1.37 | 1.61 | 3.61 | - |
| YUV | 29.26 | 141.4 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 53 | 0.91 | 0.30 | 0 | 0.79 | 200 | 0.83 | 0.11 |
| Hex | 5 | 25 | 35 | 5B | 1E | 0 | 4F | C8 | 53 | B |
| Octal | 5 | 45 | 65 | 133 | 36 | 0 | 117 | 310 | 123 | 13 |
| Binary | 101 | 100101 | 110101 | 1011011 | 11110 | 0 | 1001111 | 11001000 | 1010011 | 1011 |
Color Harmonies of #052535
Complementary color
Monochromatic Colors of #052535
Black with #052535
Text Example
Text Example
White with #052535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052535; }
p { color: rgb(5,37,53); }
H1.HeaderClassName
{
color: #052535;
}
.AnyTagClassName
{
color: #052535;
}
</style>
background-color css
<style>
a { background-color: #052535; }
a { background-color: rgb(5,37,53); }
div.DivClassName
{
background-color: #052535;
}
.BgClassName
{
background-color: #052535;
}
</style>
border-color css
<style>
span { border-color: #052535; }
span { border-color: rgb(5,37,53); }
td.TdClassName
{
border-color: #052535;
}
.TagClassName
{
border-color: #052535;
}
</style>