Shades of Hoki #5A798A
Tints of Hoki #5A798A
RGB
CMYK
RGB Variations
Color information
#5A798A (or 0x5A798A) is known color: Hoki. HEX triplet: 5A, 79 and 8A. RGB value is (90,121,138). Sum of RGB (Red+Green+Blue) = 90+121+138=349 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.79% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 138 - color contains mainly: blue. Hex color #5A798A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A798A is #A58675. Grayscale: #717171. Windows color (decimal): -10847862 or 9075034. OLE color: 9075034.
HSL color Cylindrical-coordinate representation of color #5A798A: hue angle of 201.25º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A798A is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 121 | 138 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.46 |
| HSL | 201.25º | 0.21% | 0.45% | - |
| HSV(B) | 201.25º | 0.35% | 0.54% | - |
| XYZ | 15.64 | 17.68 | 26.63 | - |
| YUV | 113.67 | 141.73 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 121 | 138 | 0.35 | 0.12 | 0 | 0.46 | 201.25 | 0.21 | 0.45 |
| Hex | 5A | 79 | 8A | 23 | C | 0 | 2E | C9 | 15 | 2D |
| Octal | 132 | 171 | 212 | 43 | 14 | 0 | 56 | 311 | 25 | 55 |
| Binary | 1011010 | 1111001 | 10001010 | 100011 | 1100 | 0 | 101110 | 11001001 | 10101 | 101101 |
Color Harmonies of #5A798A
Complementary color
Monochromatic Colors of #5A798A
Black with #5A798A
Text Example
Text Example
White with #5A798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A798A; }
p { color: rgb(90,121,138); }
H1.HeaderClassName
{
color: #5A798A;
}
.AnyTagClassName
{
color: #5A798A;
}
</style>
background-color css
<style>
a { background-color: #5A798A; }
a { background-color: rgb(90,121,138); }
div.DivClassName
{
background-color: #5A798A;
}
.BgClassName
{
background-color: #5A798A;
}
</style>
border-color css
<style>
span { border-color: #5A798A; }
span { border-color: rgb(90,121,138); }
td.TdClassName
{
border-color: #5A798A;
}
.TagClassName
{
border-color: #5A798A;
}
</style>