Shades of Oracle #355C5D
Tints of Oracle #355C5D
RGB
CMYK
RGB Variations
Color information
#355C5D (or 0x355C5D) is known color: Oracle. HEX triplet: 35, 5C and 5D. RGB value is (53,92,93). Sum of RGB (Red+Green+Blue) = 53+92+93=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 93 - color contains mainly: blue. Hex color #355C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355C5D is #CAA3A2. Grayscale: #505050. Windows color (decimal): -13280163 or 6118453. OLE color: 6118453.
HSL color Cylindrical-coordinate representation of color #355C5D: hue angle of 181.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #355C5D is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 92 | 93 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.64 |
| HSL | 181.5º | 0.27% | 0.29% | - |
| HSV(B) | 181.5º | 0.43% | 0.36% | - |
| XYZ | 7.27 | 9.2 | 11.75 | - |
| YUV | 80.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 93 | 0.43 | 0.01 | 0 | 0.64 | 181.5 | 0.27 | 0.29 |
| Hex | 35 | 5C | 5D | 2B | 1 | 0 | 40 | B6 | 1B | 1D |
| Octal | 65 | 134 | 135 | 53 | 1 | 0 | 100 | 266 | 33 | 35 |
| Binary | 110101 | 1011100 | 1011101 | 101011 | 1 | 0 | 1000000 | 10110110 | 11011 | 11101 |
Color Harmonies of #355C5D
Complementary color
Monochromatic Colors of #355C5D
Black with #355C5D
Text Example
Text Example
White with #355C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355C5D; }
p { color: rgb(53,92,93); }
H1.HeaderClassName
{
color: #355C5D;
}
.AnyTagClassName
{
color: #355C5D;
}
</style>
background-color css
<style>
a { background-color: #355C5D; }
a { background-color: rgb(53,92,93); }
div.DivClassName
{
background-color: #355C5D;
}
.BgClassName
{
background-color: #355C5D;
}
</style>
border-color css
<style>
span { border-color: #355C5D; }
span { border-color: rgb(53,92,93); }
td.TdClassName
{
border-color: #355C5D;
}
.TagClassName
{
border-color: #355C5D;
}
</style>