Shades of Oracle #425455
Tints of Oracle #425455
RGB
CMYK
RGB Variations
Color information
#425455 (or 0x425455) is known color: Oracle. HEX triplet: 42, 54 and 55. RGB value is (66,84,85). Sum of RGB (Red+Green+Blue) = 66+84+85=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 85 - color contains mainly: blue. Hex color #425455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425455 is #BDABAA. Grayscale: #4E4E4E. Windows color (decimal): -12430251 or 5592130. OLE color: 5592130.
HSL color Cylindrical-coordinate representation of color #425455: hue angle of 183.16º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #425455 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 84 | 85 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.67 |
| HSL | 183.16º | 0.13% | 0.3% | - |
| HSV(B) | 183.16º | 0.22% | 0.33% | - |
| XYZ | 7.06 | 8.15 | 9.8 | - |
| YUV | 78.73 | 131.54 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 84 | 85 | 0.22 | 0.01 | 0 | 0.67 | 183.16 | 0.13 | 0.3 |
| Hex | 42 | 54 | 55 | 16 | 1 | 0 | 43 | B7 | D | 1E |
| Octal | 102 | 124 | 125 | 26 | 1 | 0 | 103 | 267 | 15 | 36 |
| Binary | 1000010 | 1010100 | 1010101 | 10110 | 1 | 0 | 1000011 | 10110111 | 1101 | 11110 |
Color Harmonies of #425455
Complementary color
Monochromatic Colors of #425455
Black with #425455
Text Example
Text Example
White with #425455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425455; }
p { color: rgb(66,84,85); }
H1.HeaderClassName
{
color: #425455;
}
.AnyTagClassName
{
color: #425455;
}
</style>
background-color css
<style>
a { background-color: #425455; }
a { background-color: rgb(66,84,85); }
div.DivClassName
{
background-color: #425455;
}
.BgClassName
{
background-color: #425455;
}
</style>
border-color css
<style>
span { border-color: #425455; }
span { border-color: rgb(66,84,85); }
td.TdClassName
{
border-color: #425455;
}
.TagClassName
{
border-color: #425455;
}
</style>