Shades of Oracle #425B5D
Tints of Oracle #425B5D
RGB
CMYK
RGB Variations
Color information
#425B5D (or 0x425B5D) is known color: Oracle. HEX triplet: 42, 5B and 5D. RGB value is (66,91,93). Sum of RGB (Red+Green+Blue) = 66+91+93=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 93 - color contains mainly: blue. Hex color #425B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425B5D is #BDA4A2. Grayscale: #535353. Windows color (decimal): -12428451 or 6118210. OLE color: 6118210.
HSL color Cylindrical-coordinate representation of color #425B5D: hue angle of 184.44º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #425B5D is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 91 | 93 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.64 |
| HSL | 184.44º | 0.17% | 0.31% | - |
| HSV(B) | 184.44º | 0.29% | 0.36% | - |
| XYZ | 7.96 | 9.43 | 11.76 | - |
| YUV | 83.75 | 133.22 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 91 | 93 | 0.29 | 0.02 | 0 | 0.64 | 184.44 | 0.17 | 0.31 |
| Hex | 42 | 5B | 5D | 1D | 2 | 0 | 40 | B8 | 11 | 1F |
| Octal | 102 | 133 | 135 | 35 | 2 | 0 | 100 | 270 | 21 | 37 |
| Binary | 1000010 | 1011011 | 1011101 | 11101 | 10 | 0 | 1000000 | 10111000 | 10001 | 11111 |
Color Harmonies of #425B5D
Complementary color
Monochromatic Colors of #425B5D
Black with #425B5D
Text Example
Text Example
White with #425B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425B5D; }
p { color: rgb(66,91,93); }
H1.HeaderClassName
{
color: #425B5D;
}
.AnyTagClassName
{
color: #425B5D;
}
</style>
background-color css
<style>
a { background-color: #425B5D; }
a { background-color: rgb(66,91,93); }
div.DivClassName
{
background-color: #425B5D;
}
.BgClassName
{
background-color: #425B5D;
}
</style>
border-color css
<style>
span { border-color: #425B5D; }
span { border-color: rgb(66,91,93); }
td.TdClassName
{
border-color: #425B5D;
}
.TagClassName
{
border-color: #425B5D;
}
</style>