Shades of Oracle #415152
Tints of Oracle #415152
RGB
CMYK
RGB Variations
Color information
#415152 (or 0x415152) is known color: Oracle. HEX triplet: 41, 51 and 52. RGB value is (65,81,82). Sum of RGB (Red+Green+Blue) = 65+81+82=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 82 - color contains mainly: blue. Hex color #415152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415152 is #BEAEAD. Grayscale: #4C4C4C. Windows color (decimal): -12496558 or 5394753. OLE color: 5394753.
HSL color Cylindrical-coordinate representation of color #415152: hue angle of 183.53º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #415152 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 81 | 82 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.68 |
| HSL | 183.53º | 0.12% | 0.29% | - |
| HSV(B) | 183.53º | 0.21% | 0.32% | - |
| XYZ | 6.65 | 7.62 | 9.1 | - |
| YUV | 76.33 | 131.2 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 81 | 82 | 0.21 | 0.01 | 0 | 0.68 | 183.53 | 0.12 | 0.29 |
| Hex | 41 | 51 | 52 | 15 | 1 | 0 | 44 | B8 | C | 1D |
| Octal | 101 | 121 | 122 | 25 | 1 | 0 | 104 | 270 | 14 | 35 |
| Binary | 1000001 | 1010001 | 1010010 | 10101 | 1 | 0 | 1000100 | 10111000 | 1100 | 11101 |
Color Harmonies of #415152
Complementary color
Monochromatic Colors of #415152
Black with #415152
Text Example
Text Example
White with #415152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415152; }
p { color: rgb(65,81,82); }
H1.HeaderClassName
{
color: #415152;
}
.AnyTagClassName
{
color: #415152;
}
</style>
background-color css
<style>
a { background-color: #415152; }
a { background-color: rgb(65,81,82); }
div.DivClassName
{
background-color: #415152;
}
.BgClassName
{
background-color: #415152;
}
</style>
border-color css
<style>
span { border-color: #415152; }
span { border-color: rgb(65,81,82); }
td.TdClassName
{
border-color: #415152;
}
.TagClassName
{
border-color: #415152;
}
</style>