Shades of Oracle #405253
Tints of Oracle #405253
RGB
CMYK
RGB Variations
Color information
#405253 (or 0x405253) is known color: Oracle. HEX triplet: 40, 52 and 53. RGB value is (64,82,83). Sum of RGB (Red+Green+Blue) = 64+82+83=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 83 - color contains mainly: blue. Hex color #405253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405253 is #BFADAC. Grayscale: #4C4C4C. Windows color (decimal): -12561837 or 5460544. OLE color: 5460544.
HSL color Cylindrical-coordinate representation of color #405253: hue angle of 183.16º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #405253 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 82 | 83 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.67 |
| HSL | 183.16º | 0.13% | 0.29% | - |
| HSV(B) | 183.16º | 0.23% | 0.33% | - |
| XYZ | 6.69 | 7.75 | 9.33 | - |
| YUV | 76.73 | 131.54 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 82 | 83 | 0.23 | 0.01 | 0 | 0.67 | 183.16 | 0.13 | 0.29 |
| Hex | 40 | 52 | 53 | 17 | 1 | 0 | 43 | B7 | D | 1D |
| Octal | 100 | 122 | 123 | 27 | 1 | 0 | 103 | 267 | 15 | 35 |
| Binary | 1000000 | 1010010 | 1010011 | 10111 | 1 | 0 | 1000011 | 10110111 | 1101 | 11101 |
Color Harmonies of #405253
Complementary color
Monochromatic Colors of #405253
Black with #405253
Text Example
Text Example
White with #405253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405253; }
p { color: rgb(64,82,83); }
H1.HeaderClassName
{
color: #405253;
}
.AnyTagClassName
{
color: #405253;
}
</style>
background-color css
<style>
a { background-color: #405253; }
a { background-color: rgb(64,82,83); }
div.DivClassName
{
background-color: #405253;
}
.BgClassName
{
background-color: #405253;
}
</style>
border-color css
<style>
span { border-color: #405253; }
span { border-color: rgb(64,82,83); }
td.TdClassName
{
border-color: #405253;
}
.TagClassName
{
border-color: #405253;
}
</style>