Shades of Oracle #435253
Tints of Oracle #435253
RGB
CMYK
RGB Variations
Color information
#435253 (or 0x435253) is known color: Oracle. HEX triplet: 43, 52 and 53. RGB value is (67,82,83). Sum of RGB (Red+Green+Blue) = 67+82+83=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 83 - color contains mainly: blue. Hex color #435253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435253 is #BCADAC. Grayscale: #4D4D4D. Windows color (decimal): -12365229 or 5460547. OLE color: 5460547.
HSL color Cylindrical-coordinate representation of color #435253: hue angle of 183.75º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #435253 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 82 | 83 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.67 |
| HSL | 183.75º | 0.11% | 0.29% | - |
| HSV(B) | 183.75º | 0.19% | 0.33% | - |
| XYZ | 6.89 | 7.85 | 9.34 | - |
| YUV | 77.63 | 131.03 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 82 | 83 | 0.19 | 0.01 | 0 | 0.67 | 183.75 | 0.11 | 0.29 |
| Hex | 43 | 52 | 53 | 13 | 1 | 0 | 43 | B8 | B | 1D |
| Octal | 103 | 122 | 123 | 23 | 1 | 0 | 103 | 270 | 13 | 35 |
| Binary | 1000011 | 1010010 | 1010011 | 10011 | 1 | 0 | 1000011 | 10111000 | 1011 | 11101 |
Color Harmonies of #435253
Complementary color
Monochromatic Colors of #435253
Black with #435253
Text Example
Text Example
White with #435253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435253; }
p { color: rgb(67,82,83); }
H1.HeaderClassName
{
color: #435253;
}
.AnyTagClassName
{
color: #435253;
}
</style>
background-color css
<style>
a { background-color: #435253; }
a { background-color: rgb(67,82,83); }
div.DivClassName
{
background-color: #435253;
}
.BgClassName
{
background-color: #435253;
}
</style>
border-color css
<style>
span { border-color: #435253; }
span { border-color: rgb(67,82,83); }
td.TdClassName
{
border-color: #435253;
}
.TagClassName
{
border-color: #435253;
}
</style>