Shades of Half Baked #5A8685
Tints of Half Baked #5A8685
RGB
CMYK
RGB Variations
Color information
#5A8685 (or 0x5A8685) is known color: Half Baked. HEX triplet: 5A, 86 and 85. RGB value is (90,134,133). Sum of RGB (Red+Green+Blue) = 90+134+133=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 134 - color contains mainly: green. Hex color #5A8685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8685 is #A5797A. Grayscale: #787878. Windows color (decimal): -10844539 or 8750682. OLE color: 8750682.
HSL color Cylindrical-coordinate representation of color #5A8685: hue angle of 178.64º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A8685 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 134 | 133 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.47 |
| HSL | 178.64º | 0.2% | 0.44% | - |
| HSV(B) | 178.64º | 0.33% | 0.53% | - |
| XYZ | 16.98 | 20.92 | 25.33 | - |
| YUV | 120.73 | 134.92 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 134 | 133 | 0.33 | 0 | 0.01 | 0.47 | 178.64 | 0.2 | 0.44 |
| Hex | 5A | 86 | 85 | 21 | 0 | 1 | 2F | B3 | 14 | 2C |
| Octal | 132 | 206 | 205 | 41 | 0 | 1 | 57 | 263 | 24 | 54 |
| Binary | 1011010 | 10000110 | 10000101 | 100001 | 0 | 1 | 101111 | 10110011 | 10100 | 101100 |
Color Harmonies of #5A8685
Complementary color
Monochromatic Colors of #5A8685
Black with #5A8685
Text Example
Text Example
White with #5A8685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8685; }
p { color: rgb(90,134,133); }
H1.HeaderClassName
{
color: #5A8685;
}
.AnyTagClassName
{
color: #5A8685;
}
</style>
background-color css
<style>
a { background-color: #5A8685; }
a { background-color: rgb(90,134,133); }
div.DivClassName
{
background-color: #5A8685;
}
.BgClassName
{
background-color: #5A8685;
}
</style>
border-color css
<style>
span { border-color: #5A8685; }
span { border-color: rgb(90,134,133); }
td.TdClassName
{
border-color: #5A8685;
}
.TagClassName
{
border-color: #5A8685;
}
</style>