Shades of Oracle #415D5B
Tints of Oracle #415D5B
RGB
CMYK
RGB Variations
Color information
#415D5B (or 0x415D5B) is known color: Oracle. HEX triplet: 41, 5D and 5B. RGB value is (65,93,91). Sum of RGB (Red+Green+Blue) = 65+93+91=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 93 - color contains mainly: green. Hex color #415D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415D5B is #BEA2A4. Grayscale: #545454. Windows color (decimal): -12493477 or 5987649. OLE color: 5987649.
HSL color Cylindrical-coordinate representation of color #415D5B: hue angle of 175.71º 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 #415D5B is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 93 | 91 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.64 |
| HSL | 175.71º | 0.18% | 0.31% | - |
| HSV(B) | 175.71º | 0.3% | 0.36% | - |
| XYZ | 7.98 | 9.71 | 11.35 | - |
| YUV | 84.4 | 131.72 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 93 | 91 | 0.30 | 0 | 0.02 | 0.64 | 175.71 | 0.18 | 0.31 |
| Hex | 41 | 5D | 5B | 1E | 0 | 2 | 40 | B0 | 12 | 1F |
| Octal | 101 | 135 | 133 | 36 | 0 | 2 | 100 | 260 | 22 | 37 |
| Binary | 1000001 | 1011101 | 1011011 | 11110 | 0 | 10 | 1000000 | 10110000 | 10010 | 11111 |
Color Harmonies of #415D5B
Complementary color
Monochromatic Colors of #415D5B
Black with #415D5B
Text Example
Text Example
White with #415D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415D5B; }
p { color: rgb(65,93,91); }
H1.HeaderClassName
{
color: #415D5B;
}
.AnyTagClassName
{
color: #415D5B;
}
</style>
background-color css
<style>
a { background-color: #415D5B; }
a { background-color: rgb(65,93,91); }
div.DivClassName
{
background-color: #415D5B;
}
.BgClassName
{
background-color: #415D5B;
}
</style>
border-color css
<style>
span { border-color: #415D5B; }
span { border-color: rgb(65,93,91); }
td.TdClassName
{
border-color: #415D5B;
}
.TagClassName
{
border-color: #415D5B;
}
</style>