Shades of Black Pearl #052236
Tints of Black Pearl #052236
RGB
CMYK
RGB Variations
Color information
#052236 (or 0x052236) is known color: Black Pearl. HEX triplet: 05, 22 and 36. RGB value is (5,34,54). Sum of RGB (Red+Green+Blue) = 5+34+54=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 54 (21.48% from 255 or 58.06% from 93); Max value from RGB is 54 - color contains mainly: blue. Hex color #052236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052236 is #FADDC9. Grayscale: #1B1B1B. Windows color (decimal): -16440778 or 3547653. OLE color: 3547653.
HSL color Cylindrical-coordinate representation of color #052236: hue angle of 204.49º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052236 is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 5 | 34 | 54 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.79 |
| HSL | 204.49º | 0.83% | 0.12% | - |
| HSV(B) | 204.49º | 0.91% | 0.21% | - |
| XYZ | 1.3 | 1.44 | 3.7 | - |
| YUV | 27.61 | 142.89 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 34 | 54 | 0.91 | 0.37 | 0 | 0.79 | 204.49 | 0.83 | 0.12 |
| Hex | 5 | 22 | 36 | 5B | 25 | 0 | 4F | CC | 53 | C |
| Octal | 5 | 42 | 66 | 133 | 45 | 0 | 117 | 314 | 123 | 14 |
| Binary | 101 | 100010 | 110110 | 1011011 | 100101 | 0 | 1001111 | 11001100 | 1010011 | 1100 |
Color Harmonies of #052236
Complementary color
Monochromatic Colors of #052236
Black with #052236
Text Example
Text Example
White with #052236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052236; }
p { color: rgb(5,34,54); }
H1.HeaderClassName
{
color: #052236;
}
.AnyTagClassName
{
color: #052236;
}
</style>
background-color css
<style>
a { background-color: #052236; }
a { background-color: rgb(5,34,54); }
div.DivClassName
{
background-color: #052236;
}
.BgClassName
{
background-color: #052236;
}
</style>
border-color css
<style>
span { border-color: #052236; }
span { border-color: rgb(5,34,54); }
td.TdClassName
{
border-color: #052236;
}
.TagClassName
{
border-color: #052236;
}
</style>