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