Shades of Oracle #435455
Tints of Oracle #435455
RGB
CMYK
RGB Variations
Color information
#435455 (or 0x435455) is known color: Oracle. HEX triplet: 43, 54 and 55. RGB value is (67,84,85). Sum of RGB (Red+Green+Blue) = 67+84+85=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 85 - color contains mainly: blue. Hex color #435455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435455 is #BCABAA. Grayscale: #4F4F4F. Windows color (decimal): -12364715 or 5592131. OLE color: 5592131.
HSL color Cylindrical-coordinate representation of color #435455: hue angle of 183.33º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #435455 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 84 | 85 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.67 |
| HSL | 183.33º | 0.12% | 0.3% | - |
| HSV(B) | 183.33º | 0.21% | 0.33% | - |
| XYZ | 7.12 | 8.19 | 9.8 | - |
| YUV | 79.03 | 131.37 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 84 | 85 | 0.21 | 0.01 | 0 | 0.67 | 183.33 | 0.12 | 0.3 |
| Hex | 43 | 54 | 55 | 15 | 1 | 0 | 43 | B7 | C | 1E |
| Octal | 103 | 124 | 125 | 25 | 1 | 0 | 103 | 267 | 14 | 36 |
| Binary | 1000011 | 1010100 | 1010101 | 10101 | 1 | 0 | 1000011 | 10110111 | 1100 | 11110 |
Color Harmonies of #435455
Complementary color
Monochromatic Colors of #435455
Black with #435455
Text Example
Text Example
White with #435455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435455; }
p { color: rgb(67,84,85); }
H1.HeaderClassName
{
color: #435455;
}
.AnyTagClassName
{
color: #435455;
}
</style>
background-color css
<style>
a { background-color: #435455; }
a { background-color: rgb(67,84,85); }
div.DivClassName
{
background-color: #435455;
}
.BgClassName
{
background-color: #435455;
}
</style>
border-color css
<style>
span { border-color: #435455; }
span { border-color: rgb(67,84,85); }
td.TdClassName
{
border-color: #435455;
}
.TagClassName
{
border-color: #435455;
}
</style>