Shades of Oracle #435B5C
Tints of Oracle #435B5C
RGB
CMYK
RGB Variations
Color information
#435B5C (or 0x435B5C) is known color: Oracle. HEX triplet: 43, 5B and 5C. RGB value is (67,91,92). Sum of RGB (Red+Green+Blue) = 67+91+92=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 92 - color contains mainly: blue. Hex color #435B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435B5C is #BCA4A3. Grayscale: #535353. Windows color (decimal): -12362916 or 6052675. OLE color: 6052675.
HSL color Cylindrical-coordinate representation of color #435B5C: hue angle of 182.4º 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 #435B5C is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 91 | 92 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.64 |
| HSL | 182.4º | 0.16% | 0.31% | - |
| HSV(B) | 182.4º | 0.27% | 0.36% | - |
| XYZ | 7.99 | 9.45 | 11.53 | - |
| YUV | 83.94 | 132.55 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 91 | 92 | 0.27 | 0.01 | 0 | 0.64 | 182.4 | 0.16 | 0.31 |
| Hex | 43 | 5B | 5C | 1B | 1 | 0 | 40 | B6 | 10 | 1F |
| Octal | 103 | 133 | 134 | 33 | 1 | 0 | 100 | 266 | 20 | 37 |
| Binary | 1000011 | 1011011 | 1011100 | 11011 | 1 | 0 | 1000000 | 10110110 | 10000 | 11111 |
Color Harmonies of #435B5C
Complementary color
Monochromatic Colors of #435B5C
Black with #435B5C
Text Example
Text Example
White with #435B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435B5C; }
p { color: rgb(67,91,92); }
H1.HeaderClassName
{
color: #435B5C;
}
.AnyTagClassName
{
color: #435B5C;
}
</style>
background-color css
<style>
a { background-color: #435B5C; }
a { background-color: rgb(67,91,92); }
div.DivClassName
{
background-color: #435B5C;
}
.BgClassName
{
background-color: #435B5C;
}
</style>
border-color css
<style>
span { border-color: #435B5C; }
span { border-color: rgb(67,91,92); }
td.TdClassName
{
border-color: #435B5C;
}
.TagClassName
{
border-color: #435B5C;
}
</style>