Shades of Bali Hai #90A0A5
Tints of Bali Hai #90A0A5
RGB
CMYK
RGB Variations
Color information
#90A0A5 (or 0x90A0A5) is known color: Bali Hai. HEX triplet: 90, A0 and A5. RGB value is (144,160,165). Sum of RGB (Red+Green+Blue) = 144+160+165=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 165 (64.84% from 255 or 35.18% from 469); Max value from RGB is 165 - color contains mainly: blue. Hex color #90A0A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A0A5 is #6F5F5A. Grayscale: #9B9B9B. Windows color (decimal): -7298907 or 10854544. OLE color: 10854544.
HSL color Cylindrical-coordinate representation of color #90A0A5: hue angle of 194.29º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #90A0A5 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 160 | 165 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.35 |
| HSL | 194.29º | 0.1% | 0.61% | - |
| HSV(B) | 194.29º | 0.13% | 0.65% | - |
| XYZ | 30.86 | 33.79 | 40.49 | - |
| YUV | 155.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 160 | 165 | 0.13 | 0.03 | 0 | 0.35 | 194.29 | 0.1 | 0.61 |
| Hex | 90 | A0 | A5 | D | 3 | 0 | 23 | C2 | A | 3D |
| Octal | 220 | 240 | 245 | 15 | 3 | 0 | 43 | 302 | 12 | 75 |
| Binary | 10010000 | 10100000 | 10100101 | 1101 | 11 | 0 | 100011 | 11000010 | 1010 | 111101 |
Color Harmonies of #90A0A5
Complementary color
Monochromatic Colors of #90A0A5
Black with #90A0A5
Text Example
Text Example
White with #90A0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A0A5; }
p { color: rgb(144,160,165); }
H1.HeaderClassName
{
color: #90A0A5;
}
.AnyTagClassName
{
color: #90A0A5;
}
</style>
background-color css
<style>
a { background-color: #90A0A5; }
a { background-color: rgb(144,160,165); }
div.DivClassName
{
background-color: #90A0A5;
}
.BgClassName
{
background-color: #90A0A5;
}
</style>
border-color css
<style>
span { border-color: #90A0A5; }
span { border-color: rgb(144,160,165); }
td.TdClassName
{
border-color: #90A0A5;
}
.TagClassName
{
border-color: #90A0A5;
}
</style>