Shades of Oracle #405252
Tints of Oracle #405252
RGB
CMYK
RGB Variations
Color information
#405252 (or 0x405252) is known color: Oracle. HEX triplet: 40, 52 and 52. RGB value is (64,82,82). Sum of RGB (Red+Green+Blue) = 64+82+82=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 82 - color contains mainly: green, blue. Hex color #405252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405252 is #BFADAD. Grayscale: #4C4C4C. Windows color (decimal): -12561838 or 5395008. OLE color: 5395008.
HSL color Cylindrical-coordinate representation of color #405252: hue angle of 180º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #405252 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 82 | 82 | - |
| CMYK | 0.22 | 0 | 0 | 0.68 |
| HSL | 180º | 0.12% | 0.29% | - |
| HSV(B) | 180º | 0.22% | 0.32% | - |
| XYZ | 6.65 | 7.73 | 9.12 | - |
| YUV | 76.62 | 131.04 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 82 | 82 | 0.22 | 0 | 0 | 0.68 | 180 | 0.12 | 0.29 |
| Hex | 40 | 52 | 52 | 16 | 0 | 0 | 44 | B4 | C | 1D |
| Octal | 100 | 122 | 122 | 26 | 0 | 0 | 104 | 264 | 14 | 35 |
| Binary | 1000000 | 1010010 | 1010010 | 10110 | 0 | 0 | 1000100 | 10110100 | 1100 | 11101 |
Color Harmonies of #405252
Complementary color
Monochromatic Colors of #405252
Black with #405252
Text Example
Text Example
White with #405252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405252; }
p { color: rgb(64,82,82); }
H1.HeaderClassName
{
color: #405252;
}
.AnyTagClassName
{
color: #405252;
}
</style>
background-color css
<style>
a { background-color: #405252; }
a { background-color: rgb(64,82,82); }
div.DivClassName
{
background-color: #405252;
}
.BgClassName
{
background-color: #405252;
}
</style>
border-color css
<style>
span { border-color: #405252; }
span { border-color: rgb(64,82,82); }
td.TdClassName
{
border-color: #405252;
}
.TagClassName
{
border-color: #405252;
}
</style>