Shades of Oracle #435C5C
Tints of Oracle #435C5C
RGB
CMYK
RGB Variations
Color information
#435C5C (or 0x435C5C) is known color: Oracle. HEX triplet: 43, 5C and 5C. RGB value is (67,92,92). Sum of RGB (Red+Green+Blue) = 67+92+92=251 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.69% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 92 - color contains mainly: green, blue. Hex color #435C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435C5C is #BCA3A3. Grayscale: #545454. Windows color (decimal): -12362660 or 6052931. OLE color: 6052931.
HSL color Cylindrical-coordinate representation of color #435C5C: hue angle of 180º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #435C5C is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 92 | 92 | - |
| CMYK | 0.27 | 0 | 0 | 0.64 |
| HSL | 180º | 0.16% | 0.31% | - |
| HSV(B) | 180º | 0.27% | 0.36% | - |
| XYZ | 8.07 | 9.62 | 11.56 | - |
| YUV | 84.53 | 132.22 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 92 | 92 | 0.27 | 0 | 0 | 0.64 | 180 | 0.16 | 0.31 |
| Hex | 43 | 5C | 5C | 1B | 0 | 0 | 40 | B4 | 10 | 1F |
| Octal | 103 | 134 | 134 | 33 | 0 | 0 | 100 | 264 | 20 | 37 |
| Binary | 1000011 | 1011100 | 1011100 | 11011 | 0 | 0 | 1000000 | 10110100 | 10000 | 11111 |
Color Harmonies of #435C5C
Complementary color
Monochromatic Colors of #435C5C
Black with #435C5C
Text Example
Text Example
White with #435C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435C5C; }
p { color: rgb(67,92,92); }
H1.HeaderClassName
{
color: #435C5C;
}
.AnyTagClassName
{
color: #435C5C;
}
</style>
background-color css
<style>
a { background-color: #435C5C; }
a { background-color: rgb(67,92,92); }
div.DivClassName
{
background-color: #435C5C;
}
.BgClassName
{
background-color: #435C5C;
}
</style>
border-color css
<style>
span { border-color: #435C5C; }
span { border-color: rgb(67,92,92); }
td.TdClassName
{
border-color: #435C5C;
}
.TagClassName
{
border-color: #435C5C;
}
</style>