Shades of Half Baked #5A8688
Tints of Half Baked #5A8688
RGB
CMYK
RGB Variations
Color information
#5A8688 (or 0x5A8688) is known color: Half Baked. HEX triplet: 5A, 86 and 88. RGB value is (90,134,136). Sum of RGB (Red+Green+Blue) = 90+134+136=360 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 136 - color contains mainly: blue. Hex color #5A8688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8688 is #A57977. Grayscale: #797979. Windows color (decimal): -10844536 or 8947290. OLE color: 8947290.
HSL color Cylindrical-coordinate representation of color #5A8688: hue angle of 182.61º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A8688 is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 134 | 136 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.47 |
| HSL | 182.61º | 0.2% | 0.44% | - |
| HSV(B) | 182.61º | 0.34% | 0.53% | - |
| XYZ | 17.19 | 21 | 26.44 | - |
| YUV | 121.07 | 136.42 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 134 | 136 | 0.34 | 0.01 | 0 | 0.47 | 182.61 | 0.2 | 0.44 |
| Hex | 5A | 86 | 88 | 22 | 1 | 0 | 2F | B7 | 14 | 2C |
| Octal | 132 | 206 | 210 | 42 | 1 | 0 | 57 | 267 | 24 | 54 |
| Binary | 1011010 | 10000110 | 10001000 | 100010 | 1 | 0 | 101111 | 10110111 | 10100 | 101100 |
Color Harmonies of #5A8688
Complementary color
Monochromatic Colors of #5A8688
Black with #5A8688
Text Example
Text Example
White with #5A8688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8688; }
p { color: rgb(90,134,136); }
H1.HeaderClassName
{
color: #5A8688;
}
.AnyTagClassName
{
color: #5A8688;
}
</style>
background-color css
<style>
a { background-color: #5A8688; }
a { background-color: rgb(90,134,136); }
div.DivClassName
{
background-color: #5A8688;
}
.BgClassName
{
background-color: #5A8688;
}
</style>
border-color css
<style>
span { border-color: #5A8688; }
span { border-color: rgb(90,134,136); }
td.TdClassName
{
border-color: #5A8688;
}
.TagClassName
{
border-color: #5A8688;
}
</style>