Shades of Oracle #355A57
Tints of Oracle #355A57
RGB
CMYK
RGB Variations
Color information
#355A57 (or 0x355A57) is known color: Oracle. HEX triplet: 35, 5A and 57. RGB value is (53,90,87). Sum of RGB (Red+Green+Blue) = 53+90+87=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 90 - color contains mainly: green. Hex color #355A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355A57 is #CAA5A8. Grayscale: #4E4E4E. Windows color (decimal): -13280681 or 5724725. OLE color: 5724725.
HSL color Cylindrical-coordinate representation of color #355A57: hue angle of 175.14º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #355A57 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 90 | 87 | - |
| CMYK | 0.41 | 0 | 0.03 | 0.65 |
| HSL | 175.14º | 0.26% | 0.28% | - |
| HSV(B) | 175.14º | 0.41% | 0.35% | - |
| XYZ | 6.84 | 8.76 | 10.35 | - |
| YUV | 78.6 | 132.74 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 87 | 0.41 | 0 | 0.03 | 0.65 | 175.14 | 0.26 | 0.28 |
| Hex | 35 | 5A | 57 | 29 | 0 | 3 | 41 | AF | 1A | 1C |
| Octal | 65 | 132 | 127 | 51 | 0 | 3 | 101 | 257 | 32 | 34 |
| Binary | 110101 | 1011010 | 1010111 | 101001 | 0 | 11 | 1000001 | 10101111 | 11010 | 11100 |
Color Harmonies of #355A57
Complementary color
Monochromatic Colors of #355A57
Black with #355A57
Text Example
Text Example
White with #355A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355A57; }
p { color: rgb(53,90,87); }
H1.HeaderClassName
{
color: #355A57;
}
.AnyTagClassName
{
color: #355A57;
}
</style>
background-color css
<style>
a { background-color: #355A57; }
a { background-color: rgb(53,90,87); }
div.DivClassName
{
background-color: #355A57;
}
.BgClassName
{
background-color: #355A57;
}
</style>
border-color css
<style>
span { border-color: #355A57; }
span { border-color: rgb(53,90,87); }
td.TdClassName
{
border-color: #355A57;
}
.TagClassName
{
border-color: #355A57;
}
</style>