Shades of Oracle #38585A
Tints of Oracle #38585A
RGB
CMYK
RGB Variations
Color information
#38585A (or 0x38585A) is known color: Oracle. HEX triplet: 38, 58 and 5A. RGB value is (56,88,90). Sum of RGB (Red+Green+Blue) = 56+88+90=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 90 - color contains mainly: blue. Hex color #38585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38585A is #C7A7A5. Grayscale: #4E4E4E. Windows color (decimal): -13084582 or 5920824. OLE color: 5920824.
HSL color Cylindrical-coordinate representation of color #38585A: hue angle of 183.53º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #38585A is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 88 | 90 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.65 |
| HSL | 183.53º | 0.23% | 0.29% | - |
| HSV(B) | 183.53º | 0.38% | 0.35% | - |
| XYZ | 6.97 | 8.56 | 10.96 | - |
| YUV | 78.66 | 134.4 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 88 | 90 | 0.38 | 0.02 | 0 | 0.65 | 183.53 | 0.23 | 0.29 |
| Hex | 38 | 58 | 5A | 26 | 2 | 0 | 41 | B8 | 17 | 1D |
| Octal | 70 | 130 | 132 | 46 | 2 | 0 | 101 | 270 | 27 | 35 |
| Binary | 111000 | 1011000 | 1011010 | 100110 | 10 | 0 | 1000001 | 10111000 | 10111 | 11101 |
Color Harmonies of #38585A
Complementary color
Monochromatic Colors of #38585A
Black with #38585A
Text Example
Text Example
White with #38585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38585A; }
p { color: rgb(56,88,90); }
H1.HeaderClassName
{
color: #38585A;
}
.AnyTagClassName
{
color: #38585A;
}
</style>
background-color css
<style>
a { background-color: #38585A; }
a { background-color: rgb(56,88,90); }
div.DivClassName
{
background-color: #38585A;
}
.BgClassName
{
background-color: #38585A;
}
</style>
border-color css
<style>
span { border-color: #38585A; }
span { border-color: rgb(56,88,90); }
td.TdClassName
{
border-color: #38585A;
}
.TagClassName
{
border-color: #38585A;
}
</style>