Shades of Half Baked #5A8C8B
Tints of Half Baked #5A8C8B
RGB
CMYK
RGB Variations
Color information
#5A8C8B (or 0x5A8C8B) is known color: Half Baked. HEX triplet: 5A, 8C and 8B. RGB value is (90,140,139). Sum of RGB (Red+Green+Blue) = 90+140+139=369 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.39% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 140 - color contains mainly: green. Hex color #5A8C8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8C8B is #A57374. Grayscale: #7C7C7C. Windows color (decimal): -10842997 or 9145434. OLE color: 9145434.
HSL color Cylindrical-coordinate representation of color #5A8C8B: hue angle of 178.8º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A8C8B is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 140 | 139 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.45 |
| HSL | 178.8º | 0.22% | 0.45% | - |
| HSV(B) | 178.8º | 0.36% | 0.55% | - |
| XYZ | 18.25 | 22.79 | 27.86 | - |
| YUV | 124.94 | 135.94 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 140 | 139 | 0.36 | 0 | 0.01 | 0.45 | 178.8 | 0.22 | 0.45 |
| Hex | 5A | 8C | 8B | 24 | 0 | 1 | 2D | B3 | 16 | 2D |
| Octal | 132 | 214 | 213 | 44 | 0 | 1 | 55 | 263 | 26 | 55 |
| Binary | 1011010 | 10001100 | 10001011 | 100100 | 0 | 1 | 101101 | 10110011 | 10110 | 101101 |
Color Harmonies of #5A8C8B
Complementary color
Monochromatic Colors of #5A8C8B
Black with #5A8C8B
Text Example
Text Example
White with #5A8C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8C8B; }
p { color: rgb(90,140,139); }
H1.HeaderClassName
{
color: #5A8C8B;
}
.AnyTagClassName
{
color: #5A8C8B;
}
</style>
background-color css
<style>
a { background-color: #5A8C8B; }
a { background-color: rgb(90,140,139); }
div.DivClassName
{
background-color: #5A8C8B;
}
.BgClassName
{
background-color: #5A8C8B;
}
</style>
border-color css
<style>
span { border-color: #5A8C8B; }
span { border-color: rgb(90,140,139); }
td.TdClassName
{
border-color: #5A8C8B;
}
.TagClassName
{
border-color: #5A8C8B;
}
</style>