Shades of Oracle #415A5A
Tints of Oracle #415A5A
RGB
CMYK
RGB Variations
Color information
#415A5A (or 0x415A5A) is known color: Oracle. HEX triplet: 41, 5A and 5A. RGB value is (65,90,90). Sum of RGB (Red+Green+Blue) = 65+90+90=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 90 - color contains mainly: green, blue. Hex color #415A5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415A5A is #BEA5A5. Grayscale: #525252. Windows color (decimal): -12494246 or 5921345. OLE color: 5921345.
HSL color Cylindrical-coordinate representation of color #415A5A: hue angle of 180º 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 #415A5A is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 90 | 90 | - |
| CMYK | 0.28 | 0 | 0 | 0.65 |
| HSL | 180º | 0.16% | 0.3% | - |
| HSV(B) | 180º | 0.28% | 0.35% | - |
| XYZ | 7.68 | 9.17 | 11.04 | - |
| YUV | 82.53 | 132.22 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 90 | 90 | 0.28 | 0 | 0 | 0.65 | 180 | 0.16 | 0.3 |
| Hex | 41 | 5A | 5A | 1C | 0 | 0 | 41 | B4 | 10 | 1E |
| Octal | 101 | 132 | 132 | 34 | 0 | 0 | 101 | 264 | 20 | 36 |
| Binary | 1000001 | 1011010 | 1011010 | 11100 | 0 | 0 | 1000001 | 10110100 | 10000 | 11110 |
Color Harmonies of #415A5A
Complementary color
Monochromatic Colors of #415A5A
Black with #415A5A
Text Example
Text Example
White with #415A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415A5A; }
p { color: rgb(65,90,90); }
H1.HeaderClassName
{
color: #415A5A;
}
.AnyTagClassName
{
color: #415A5A;
}
</style>
background-color css
<style>
a { background-color: #415A5A; }
a { background-color: rgb(65,90,90); }
div.DivClassName
{
background-color: #415A5A;
}
.BgClassName
{
background-color: #415A5A;
}
</style>
border-color css
<style>
span { border-color: #415A5A; }
span { border-color: rgb(65,90,90); }
td.TdClassName
{
border-color: #415A5A;
}
.TagClassName
{
border-color: #415A5A;
}
</style>