Shades of Oracle #41595A
Tints of Oracle #41595A
RGB
CMYK
RGB Variations
Color information
#41595A (or 0x41595A) is known color: Oracle. HEX triplet: 41, 59 and 5A. RGB value is (65,89,90). Sum of RGB (Red+Green+Blue) = 65+89+90=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 90 - color contains mainly: blue. Hex color #41595A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41595A is #BEA6A5. Grayscale: #515151. Windows color (decimal): -12494502 or 5921089. OLE color: 5921089.
HSL color Cylindrical-coordinate representation of color #41595A: hue angle of 182.4º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #41595A is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 89 | 90 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.65 |
| HSL | 182.4º | 0.16% | 0.3% | - |
| HSV(B) | 182.4º | 0.28% | 0.35% | - |
| XYZ | 7.6 | 9.01 | 11.01 | - |
| YUV | 81.94 | 132.55 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 89 | 90 | 0.28 | 0.01 | 0 | 0.65 | 182.4 | 0.16 | 0.3 |
| Hex | 41 | 59 | 5A | 1C | 1 | 0 | 41 | B6 | 10 | 1E |
| Octal | 101 | 131 | 132 | 34 | 1 | 0 | 101 | 266 | 20 | 36 |
| Binary | 1000001 | 1011001 | 1011010 | 11100 | 1 | 0 | 1000001 | 10110110 | 10000 | 11110 |
Color Harmonies of #41595A
Complementary color
Monochromatic Colors of #41595A
Black with #41595A
Text Example
Text Example
White with #41595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41595A; }
p { color: rgb(65,89,90); }
H1.HeaderClassName
{
color: #41595A;
}
.AnyTagClassName
{
color: #41595A;
}
</style>
background-color css
<style>
a { background-color: #41595A; }
a { background-color: rgb(65,89,90); }
div.DivClassName
{
background-color: #41595A;
}
.BgClassName
{
background-color: #41595A;
}
</style>
border-color css
<style>
span { border-color: #41595A; }
span { border-color: rgb(65,89,90); }
td.TdClassName
{
border-color: #41595A;
}
.TagClassName
{
border-color: #41595A;
}
</style>