Shades of Oracle #425F5D
Tints of Oracle #425F5D
RGB
CMYK
RGB Variations
Color information
#425F5D (or 0x425F5D) is known color: Oracle. HEX triplet: 42, 5F and 5D. RGB value is (66,95,93). Sum of RGB (Red+Green+Blue) = 66+95+93=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 95 - color contains mainly: green. Hex color #425F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425F5D is #BDA0A2. Grayscale: #565656. Windows color (decimal): -12427427 or 6119234. OLE color: 6119234.
HSL color Cylindrical-coordinate representation of color #425F5D: hue angle of 175.86º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #425F5D is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 95 | 93 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.63 |
| HSL | 175.86º | 0.18% | 0.32% | - |
| HSV(B) | 175.86º | 0.31% | 0.37% | - |
| XYZ | 8.31 | 10.13 | 11.87 | - |
| YUV | 86.1 | 131.89 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 95 | 93 | 0.31 | 0 | 0.02 | 0.63 | 175.86 | 0.18 | 0.32 |
| Hex | 42 | 5F | 5D | 1F | 0 | 2 | 3F | B0 | 12 | 20 |
| Octal | 102 | 137 | 135 | 37 | 0 | 2 | 77 | 260 | 22 | 40 |
| Binary | 1000010 | 1011111 | 1011101 | 11111 | 0 | 10 | 111111 | 10110000 | 10010 | 100000 |
Color Harmonies of #425F5D
Complementary color
Monochromatic Colors of #425F5D
Black with #425F5D
Text Example
Text Example
White with #425F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425F5D; }
p { color: rgb(66,95,93); }
H1.HeaderClassName
{
color: #425F5D;
}
.AnyTagClassName
{
color: #425F5D;
}
</style>
background-color css
<style>
a { background-color: #425F5D; }
a { background-color: rgb(66,95,93); }
div.DivClassName
{
background-color: #425F5D;
}
.BgClassName
{
background-color: #425F5D;
}
</style>
border-color css
<style>
span { border-color: #425F5D; }
span { border-color: rgb(66,95,93); }
td.TdClassName
{
border-color: #425F5D;
}
.TagClassName
{
border-color: #425F5D;
}
</style>