Shades of Oracle #405F5F
Tints of Oracle #405F5F
RGB
CMYK
RGB Variations
Color information
#405F5F (or 0x405F5F) is known color: Oracle. HEX triplet: 40, 5F and 5F. RGB value is (64,95,95). Sum of RGB (Red+Green+Blue) = 64+95+95=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 95 - color contains mainly: green, blue. Hex color #405F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405F5F is #BFA0A0. Grayscale: #555555. Windows color (decimal): -12558497 or 6250304. OLE color: 6250304.
HSL color Cylindrical-coordinate representation of color #405F5F: hue angle of 180º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #405F5F is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 95 | 95 | - |
| CMYK | 0.33 | 0 | 0 | 0.63 |
| HSL | 180º | 0.19% | 0.31% | - |
| HSV(B) | 180º | 0.33% | 0.37% | - |
| XYZ | 8.27 | 10.1 | 12.34 | - |
| YUV | 85.73 | 133.23 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 95 | 0.33 | 0 | 0 | 0.63 | 180 | 0.19 | 0.31 |
| Hex | 40 | 5F | 5F | 21 | 0 | 0 | 3F | B4 | 13 | 1F |
| Octal | 100 | 137 | 137 | 41 | 0 | 0 | 77 | 264 | 23 | 37 |
| Binary | 1000000 | 1011111 | 1011111 | 100001 | 0 | 0 | 111111 | 10110100 | 10011 | 11111 |
Color Harmonies of #405F5F
Complementary color
Monochromatic Colors of #405F5F
Black with #405F5F
Text Example
Text Example
White with #405F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405F5F; }
p { color: rgb(64,95,95); }
H1.HeaderClassName
{
color: #405F5F;
}
.AnyTagClassName
{
color: #405F5F;
}
</style>
background-color css
<style>
a { background-color: #405F5F; }
a { background-color: rgb(64,95,95); }
div.DivClassName
{
background-color: #405F5F;
}
.BgClassName
{
background-color: #405F5F;
}
</style>
border-color css
<style>
span { border-color: #405F5F; }
span { border-color: rgb(64,95,95); }
td.TdClassName
{
border-color: #405F5F;
}
.TagClassName
{
border-color: #405F5F;
}
</style>