Shades of Black Pearl #052635
Tints of Black Pearl #052635
RGB
CMYK
RGB Variations
Color information
#052635 (or 0x052635) is known color: Black Pearl. HEX triplet: 05, 26 and 35. RGB value is (5,38,53). Sum of RGB (Red+Green+Blue) = 5+38+53=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 38 (15.23% from 255 or 39.58% from 96); Blue value is 53 (21.09% from 255 or 55.21% from 96); Max value from RGB is 53 - color contains mainly: blue. Hex color #052635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052635 is #FAD9CA. Grayscale: #1D1D1D. Windows color (decimal): -16439755 or 3483141. OLE color: 3483141.
HSL color Cylindrical-coordinate representation of color #052635: hue angle of 198.75º 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 #052635 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 5 | 38 | 53 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.79 |
| HSL | 198.75º | 0.83% | 0.11% | - |
| HSV(B) | 198.75º | 0.91% | 0.21% | - |
| XYZ | 1.4 | 1.68 | 3.62 | - |
| YUV | 29.84 | 141.07 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 53 | 0.91 | 0.28 | 0 | 0.79 | 198.75 | 0.83 | 0.11 |
| Hex | 5 | 26 | 35 | 5B | 1C | 0 | 4F | C7 | 53 | B |
| Octal | 5 | 46 | 65 | 133 | 34 | 0 | 117 | 307 | 123 | 13 |
| Binary | 101 | 100110 | 110101 | 1011011 | 11100 | 0 | 1001111 | 11000111 | 1010011 | 1011 |
Color Harmonies of #052635
Complementary color
Monochromatic Colors of #052635
Black with #052635
Text Example
Text Example
White with #052635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052635; }
p { color: rgb(5,38,53); }
H1.HeaderClassName
{
color: #052635;
}
.AnyTagClassName
{
color: #052635;
}
</style>
background-color css
<style>
a { background-color: #052635; }
a { background-color: rgb(5,38,53); }
div.DivClassName
{
background-color: #052635;
}
.BgClassName
{
background-color: #052635;
}
</style>
border-color css
<style>
span { border-color: #052635; }
span { border-color: rgb(5,38,53); }
td.TdClassName
{
border-color: #052635;
}
.TagClassName
{
border-color: #052635;
}
</style>