Shades of Oracle #435657
Tints of Oracle #435657
RGB
CMYK
RGB Variations
Color information
#435657 (or 0x435657) is known color: Oracle. HEX triplet: 43, 56 and 57. RGB value is (67,86,87). Sum of RGB (Red+Green+Blue) = 67+86+87=240 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.92% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 87 - color contains mainly: blue. Hex color #435657 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435657 is #BCA9A8. Grayscale: #505050. Windows color (decimal): -12364201 or 5723715. OLE color: 5723715.
HSL color Cylindrical-coordinate representation of color #435657: hue angle of 183º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #435657 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 67 | 86 | 87 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.66 |
| HSL | 183º | 0.13% | 0.3% | - |
| HSV(B) | 183º | 0.23% | 0.34% | - |
| XYZ | 7.36 | 8.54 | 10.28 | - |
| YUV | 80.43 | 131.71 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 86 | 87 | 0.23 | 0.01 | 0 | 0.66 | 183 | 0.13 | 0.3 |
| Hex | 43 | 56 | 57 | 17 | 1 | 0 | 42 | B7 | D | 1E |
| Octal | 103 | 126 | 127 | 27 | 1 | 0 | 102 | 267 | 15 | 36 |
| Binary | 1000011 | 1010110 | 1010111 | 10111 | 1 | 0 | 1000010 | 10110111 | 1101 | 11110 |
Color Harmonies of #435657
Complementary color
Monochromatic Colors of #435657
Black with #435657
Text Example
Text Example
White with #435657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435657; }
p { color: rgb(67,86,87); }
H1.HeaderClassName
{
color: #435657;
}
.AnyTagClassName
{
color: #435657;
}
</style>
background-color css
<style>
a { background-color: #435657; }
a { background-color: rgb(67,86,87); }
div.DivClassName
{
background-color: #435657;
}
.BgClassName
{
background-color: #435657;
}
</style>
border-color css
<style>
span { border-color: #435657; }
span { border-color: rgb(67,86,87); }
td.TdClassName
{
border-color: #435657;
}
.TagClassName
{
border-color: #435657;
}
</style>