Shades of Oracle #3A5A57
Tints of Oracle #3A5A57
RGB
CMYK
RGB Variations
Color information
#3A5A57 (or 0x3A5A57) is known color: Oracle. HEX triplet: 3A, 5A and 57. RGB value is (58,90,87). Sum of RGB (Red+Green+Blue) = 58+90+87=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 90 - color contains mainly: green. Hex color #3A5A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5A57 is #C5A5A8. Grayscale: #505050. Windows color (decimal): -12953001 or 5724730. OLE color: 5724730.
HSL color Cylindrical-coordinate representation of color #3A5A57: hue angle of 174.38º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A5A57 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 90 | 87 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.65 |
| HSL | 174.38º | 0.22% | 0.29% | - |
| HSV(B) | 174.38º | 0.36% | 0.35% | - |
| XYZ | 7.12 | 8.9 | 10.36 | - |
| YUV | 80.09 | 131.9 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 90 | 87 | 0.36 | 0 | 0.03 | 0.65 | 174.38 | 0.22 | 0.29 |
| Hex | 3A | 5A | 57 | 24 | 0 | 3 | 41 | AE | 16 | 1D |
| Octal | 72 | 132 | 127 | 44 | 0 | 3 | 101 | 256 | 26 | 35 |
| Binary | 111010 | 1011010 | 1010111 | 100100 | 0 | 11 | 1000001 | 10101110 | 10110 | 11101 |
Color Harmonies of #3A5A57
Complementary color
Monochromatic Colors of #3A5A57
Black with #3A5A57
Text Example
Text Example
White with #3A5A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5A57; }
p { color: rgb(58,90,87); }
H1.HeaderClassName
{
color: #3A5A57;
}
.AnyTagClassName
{
color: #3A5A57;
}
</style>
background-color css
<style>
a { background-color: #3A5A57; }
a { background-color: rgb(58,90,87); }
div.DivClassName
{
background-color: #3A5A57;
}
.BgClassName
{
background-color: #3A5A57;
}
</style>
border-color css
<style>
span { border-color: #3A5A57; }
span { border-color: rgb(58,90,87); }
td.TdClassName
{
border-color: #3A5A57;
}
.TagClassName
{
border-color: #3A5A57;
}
</style>