Shades of Oracle #405B5D
Tints of Oracle #405B5D
RGB
CMYK
RGB Variations
Color information
#405B5D (or 0x405B5D) is known color: Oracle. HEX triplet: 40, 5B and 5D. RGB value is (64,91,93). Sum of RGB (Red+Green+Blue) = 64+91+93=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 93 - color contains mainly: blue. Hex color #405B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405B5D is #BFA4A2. Grayscale: #535353. Windows color (decimal): -12559523 or 6118208. OLE color: 6118208.
HSL color Cylindrical-coordinate representation of color #405B5D: hue angle of 184.14º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #405B5D is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 91 | 93 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.64 |
| HSL | 184.14º | 0.18% | 0.31% | - |
| HSV(B) | 184.14º | 0.31% | 0.36% | - |
| XYZ | 7.83 | 9.36 | 11.75 | - |
| YUV | 83.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 93 | 0.31 | 0.02 | 0 | 0.64 | 184.14 | 0.18 | 0.31 |
| Hex | 40 | 5B | 5D | 1F | 2 | 0 | 40 | B8 | 12 | 1F |
| Octal | 100 | 133 | 135 | 37 | 2 | 0 | 100 | 270 | 22 | 37 |
| Binary | 1000000 | 1011011 | 1011101 | 11111 | 10 | 0 | 1000000 | 10111000 | 10010 | 11111 |
Color Harmonies of #405B5D
Complementary color
Monochromatic Colors of #405B5D
Black with #405B5D
Text Example
Text Example
White with #405B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405B5D; }
p { color: rgb(64,91,93); }
H1.HeaderClassName
{
color: #405B5D;
}
.AnyTagClassName
{
color: #405B5D;
}
</style>
background-color css
<style>
a { background-color: #405B5D; }
a { background-color: rgb(64,91,93); }
div.DivClassName
{
background-color: #405B5D;
}
.BgClassName
{
background-color: #405B5D;
}
</style>
border-color css
<style>
span { border-color: #405B5D; }
span { border-color: rgb(64,91,93); }
td.TdClassName
{
border-color: #405B5D;
}
.TagClassName
{
border-color: #405B5D;
}
</style>