Shades of Oracle #405C5C
Tints of Oracle #405C5C
RGB
CMYK
RGB Variations
Color information
#405C5C (or 0x405C5C) is known color: Oracle. HEX triplet: 40, 5C and 5C. RGB value is (64,92,92). Sum of RGB (Red+Green+Blue) = 64+92+92=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 92 - color contains mainly: green, blue. Hex color #405C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405C5C is #BFA3A3. Grayscale: #535353. Windows color (decimal): -12559268 or 6052928. OLE color: 6052928.
HSL color Cylindrical-coordinate representation of color #405C5C: hue angle of 180º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #405C5C is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 92 | 92 | - |
| CMYK | 0.30 | 0 | 0 | 0.64 |
| HSL | 180º | 0.18% | 0.31% | - |
| HSV(B) | 180º | 0.3% | 0.36% | - |
| XYZ | 7.87 | 9.52 | 11.55 | - |
| YUV | 83.63 | 132.72 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 92 | 0.30 | 0 | 0 | 0.64 | 180 | 0.18 | 0.31 |
| Hex | 40 | 5C | 5C | 1E | 0 | 0 | 40 | B4 | 12 | 1F |
| Octal | 100 | 134 | 134 | 36 | 0 | 0 | 100 | 264 | 22 | 37 |
| Binary | 1000000 | 1011100 | 1011100 | 11110 | 0 | 0 | 1000000 | 10110100 | 10010 | 11111 |
Color Harmonies of #405C5C
Complementary color
Monochromatic Colors of #405C5C
Black with #405C5C
Text Example
Text Example
White with #405C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405C5C; }
p { color: rgb(64,92,92); }
H1.HeaderClassName
{
color: #405C5C;
}
.AnyTagClassName
{
color: #405C5C;
}
</style>
background-color css
<style>
a { background-color: #405C5C; }
a { background-color: rgb(64,92,92); }
div.DivClassName
{
background-color: #405C5C;
}
.BgClassName
{
background-color: #405C5C;
}
</style>
border-color css
<style>
span { border-color: #405C5C; }
span { border-color: rgb(64,92,92); }
td.TdClassName
{
border-color: #405C5C;
}
.TagClassName
{
border-color: #405C5C;
}
</style>