Shades of Oracle #285C5E
Tints of Oracle #285C5E
RGB
CMYK
RGB Variations
Color information
#285C5E (or 0x285C5E) is known color: Oracle. HEX triplet: 28, 5C and 5E. RGB value is (40,92,94). Sum of RGB (Red+Green+Blue) = 40+92+94=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 94 - color contains mainly: blue. Hex color #285C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285C5E is #D7A3A1. Grayscale: #4C4C4C. Windows color (decimal): -14132130 or 6183976. OLE color: 6183976.
HSL color Cylindrical-coordinate representation of color #285C5E: hue angle of 182.22º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #285C5E is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 92 | 94 | - |
| CMYK | 0.57 | 0.02 | 0 | 0.63 |
| HSL | 182.22º | 0.4% | 0.26% | - |
| HSV(B) | 182.22º | 0.57% | 0.37% | - |
| XYZ | 6.72 | 8.91 | 11.96 | - |
| YUV | 76.68 | 137.77 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 94 | 0.57 | 0.02 | 0 | 0.63 | 182.22 | 0.4 | 0.26 |
| Hex | 28 | 5C | 5E | 39 | 2 | 0 | 3F | B6 | 28 | 1A |
| Octal | 50 | 134 | 136 | 71 | 2 | 0 | 77 | 266 | 50 | 32 |
| Binary | 101000 | 1011100 | 1011110 | 111001 | 10 | 0 | 111111 | 10110110 | 101000 | 11010 |
Color Harmonies of #285C5E
Complementary color
Monochromatic Colors of #285C5E
Black with #285C5E
Text Example
Text Example
White with #285C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285C5E; }
p { color: rgb(40,92,94); }
H1.HeaderClassName
{
color: #285C5E;
}
.AnyTagClassName
{
color: #285C5E;
}
</style>
background-color css
<style>
a { background-color: #285C5E; }
a { background-color: rgb(40,92,94); }
div.DivClassName
{
background-color: #285C5E;
}
.BgClassName
{
background-color: #285C5E;
}
</style>
border-color css
<style>
span { border-color: #285C5E; }
span { border-color: rgb(40,92,94); }
td.TdClassName
{
border-color: #285C5E;
}
.TagClassName
{
border-color: #285C5E;
}
</style>