Shades of Oracle #425858
Tints of Oracle #425858
RGB
CMYK
RGB Variations
Color information
#425858 (or 0x425858) is known color: Oracle. HEX triplet: 42, 58 and 58. RGB value is (66,88,88). Sum of RGB (Red+Green+Blue) = 66+88+88=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 88 - color contains mainly: green, blue. Hex color #425858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425858 is #BDA7A7. Grayscale: #515151. Windows color (decimal): -12429224 or 5789762. OLE color: 5789762.
HSL color Cylindrical-coordinate representation of color #425858: hue angle of 180º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #425858 is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 88 | 88 | - |
| CMYK | 0.25 | 0 | 0 | 0.65 |
| HSL | 180º | 0.14% | 0.3% | - |
| HSV(B) | 180º | 0.25% | 0.35% | - |
| XYZ | 7.5 | 8.84 | 10.54 | - |
| YUV | 81.42 | 131.71 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 88 | 88 | 0.25 | 0 | 0 | 0.65 | 180 | 0.14 | 0.3 |
| Hex | 42 | 58 | 58 | 19 | 0 | 0 | 41 | B4 | E | 1E |
| Octal | 102 | 130 | 130 | 31 | 0 | 0 | 101 | 264 | 16 | 36 |
| Binary | 1000010 | 1011000 | 1011000 | 11001 | 0 | 0 | 1000001 | 10110100 | 1110 | 11110 |
Color Harmonies of #425858
Complementary color
Monochromatic Colors of #425858
Black with #425858
Text Example
Text Example
White with #425858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425858; }
p { color: rgb(66,88,88); }
H1.HeaderClassName
{
color: #425858;
}
.AnyTagClassName
{
color: #425858;
}
</style>
background-color css
<style>
a { background-color: #425858; }
a { background-color: rgb(66,88,88); }
div.DivClassName
{
background-color: #425858;
}
.BgClassName
{
background-color: #425858;
}
</style>
border-color css
<style>
span { border-color: #425858; }
span { border-color: rgb(66,88,88); }
td.TdClassName
{
border-color: #425858;
}
.TagClassName
{
border-color: #425858;
}
</style>