Shades of Oracle #415D5C
Tints of Oracle #415D5C
RGB
CMYK
RGB Variations
Color information
#415D5C (or 0x415D5C) is known color: Oracle. HEX triplet: 41, 5D and 5C. RGB value is (65,93,92). Sum of RGB (Red+Green+Blue) = 65+93+92=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 93 - color contains mainly: green. Hex color #415D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415D5C is #BEA2A3. Grayscale: #545454. Windows color (decimal): -12493476 or 6053185. OLE color: 6053185.
HSL color Cylindrical-coordinate representation of color #415D5C: hue angle of 177.86º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #415D5C is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 93 | 92 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.64 |
| HSL | 177.86º | 0.18% | 0.31% | - |
| HSV(B) | 177.86º | 0.3% | 0.36% | - |
| XYZ | 8.03 | 9.73 | 11.58 | - |
| YUV | 84.51 | 132.22 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 93 | 92 | 0.30 | 0 | 0.01 | 0.64 | 177.86 | 0.18 | 0.31 |
| Hex | 41 | 5D | 5C | 1E | 0 | 1 | 40 | B2 | 12 | 1F |
| Octal | 101 | 135 | 134 | 36 | 0 | 1 | 100 | 262 | 22 | 37 |
| Binary | 1000001 | 1011101 | 1011100 | 11110 | 0 | 1 | 1000000 | 10110010 | 10010 | 11111 |
Color Harmonies of #415D5C
Complementary color
Monochromatic Colors of #415D5C
Black with #415D5C
Text Example
Text Example
White with #415D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415D5C; }
p { color: rgb(65,93,92); }
H1.HeaderClassName
{
color: #415D5C;
}
.AnyTagClassName
{
color: #415D5C;
}
</style>
background-color css
<style>
a { background-color: #415D5C; }
a { background-color: rgb(65,93,92); }
div.DivClassName
{
background-color: #415D5C;
}
.BgClassName
{
background-color: #415D5C;
}
</style>
border-color css
<style>
span { border-color: #415D5C; }
span { border-color: rgb(65,93,92); }
td.TdClassName
{
border-color: #415D5C;
}
.TagClassName
{
border-color: #415D5C;
}
</style>