Shades of Oracle #3A5C57
Tints of Oracle #3A5C57
RGB
CMYK
RGB Variations
Color information
#3A5C57 (or 0x3A5C57) is known color: Oracle. HEX triplet: 3A, 5C and 57. RGB value is (58,92,87). Sum of RGB (Red+Green+Blue) = 58+92+87=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 92 - color contains mainly: green. Hex color #3A5C57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5C57 is #C5A3A8. Grayscale: #515151. Windows color (decimal): -12952489 or 5725242. OLE color: 5725242.
HSL color Cylindrical-coordinate representation of color #3A5C57: hue angle of 171.18º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3A5C57 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 92 | 87 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.64 |
| HSL | 171.18º | 0.23% | 0.29% | - |
| HSV(B) | 171.18º | 0.37% | 0.36% | - |
| XYZ | 7.29 | 9.24 | 10.42 | - |
| YUV | 81.26 | 131.24 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 92 | 87 | 0.37 | 0 | 0.05 | 0.64 | 171.18 | 0.23 | 0.29 |
| Hex | 3A | 5C | 57 | 25 | 0 | 5 | 40 | AB | 17 | 1D |
| Octal | 72 | 134 | 127 | 45 | 0 | 5 | 100 | 253 | 27 | 35 |
| Binary | 111010 | 1011100 | 1010111 | 100101 | 0 | 101 | 1000000 | 10101011 | 10111 | 11101 |
Color Harmonies of #3A5C57
Complementary color
Monochromatic Colors of #3A5C57
Black with #3A5C57
Text Example
Text Example
White with #3A5C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5C57; }
p { color: rgb(58,92,87); }
H1.HeaderClassName
{
color: #3A5C57;
}
.AnyTagClassName
{
color: #3A5C57;
}
</style>
background-color css
<style>
a { background-color: #3A5C57; }
a { background-color: rgb(58,92,87); }
div.DivClassName
{
background-color: #3A5C57;
}
.BgClassName
{
background-color: #3A5C57;
}
</style>
border-color css
<style>
span { border-color: #3A5C57; }
span { border-color: rgb(58,92,87); }
td.TdClassName
{
border-color: #3A5C57;
}
.TagClassName
{
border-color: #3A5C57;
}
</style>