Shades of Oracle #41595B
Tints of Oracle #41595B
RGB
CMYK
RGB Variations
Color information
#41595B (or 0x41595B) is known color: Oracle. HEX triplet: 41, 59 and 5B. RGB value is (65,89,91). Sum of RGB (Red+Green+Blue) = 65+89+91=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 91 - color contains mainly: blue. Hex color #41595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41595B is #BEA6A4. Grayscale: #525252. Windows color (decimal): -12494501 or 5986625. OLE color: 5986625.
HSL color Cylindrical-coordinate representation of color #41595B: hue angle of 184.62º 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 #41595B is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 89 | 91 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.64 |
| HSL | 184.62º | 0.17% | 0.31% | - |
| HSV(B) | 184.62º | 0.29% | 0.36% | - |
| XYZ | 7.64 | 9.02 | 11.24 | - |
| YUV | 82.05 | 133.05 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 89 | 91 | 0.29 | 0.02 | 0 | 0.64 | 184.62 | 0.17 | 0.31 |
| Hex | 41 | 59 | 5B | 1D | 2 | 0 | 40 | B9 | 11 | 1F |
| Octal | 101 | 131 | 133 | 35 | 2 | 0 | 100 | 271 | 21 | 37 |
| Binary | 1000001 | 1011001 | 1011011 | 11101 | 10 | 0 | 1000000 | 10111001 | 10001 | 11111 |
Color Harmonies of #41595B
Complementary color
Monochromatic Colors of #41595B
Black with #41595B
Text Example
Text Example
White with #41595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41595B; }
p { color: rgb(65,89,91); }
H1.HeaderClassName
{
color: #41595B;
}
.AnyTagClassName
{
color: #41595B;
}
</style>
background-color css
<style>
a { background-color: #41595B; }
a { background-color: rgb(65,89,91); }
div.DivClassName
{
background-color: #41595B;
}
.BgClassName
{
background-color: #41595B;
}
</style>
border-color css
<style>
span { border-color: #41595B; }
span { border-color: rgb(65,89,91); }
td.TdClassName
{
border-color: #41595B;
}
.TagClassName
{
border-color: #41595B;
}
</style>