Shades of Hoki #5A788A
Tints of Hoki #5A788A
RGB
CMYK
RGB Variations
Color information
#5A788A (or 0x5A788A) is known color: Hoki. HEX triplet: 5A, 78 and 8A. RGB value is (90,120,138). Sum of RGB (Red+Green+Blue) = 90+120+138=348 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.86% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 138 - color contains mainly: blue. Hex color #5A788A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A788A is #A58775. Grayscale: #707070. Windows color (decimal): -10848118 or 9074778. OLE color: 9074778.
HSL color Cylindrical-coordinate representation of color #5A788A: hue angle of 202.5º 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 #5A788A is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 120 | 138 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.46 |
| HSL | 202.5º | 0.21% | 0.45% | - |
| HSV(B) | 202.5º | 0.35% | 0.54% | - |
| XYZ | 15.52 | 17.44 | 26.59 | - |
| YUV | 113.08 | 142.06 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 120 | 138 | 0.35 | 0.13 | 0 | 0.46 | 202.5 | 0.21 | 0.45 |
| Hex | 5A | 78 | 8A | 23 | D | 0 | 2E | CA | 15 | 2D |
| Octal | 132 | 170 | 212 | 43 | 15 | 0 | 56 | 312 | 25 | 55 |
| Binary | 1011010 | 1111000 | 10001010 | 100011 | 1101 | 0 | 101110 | 11001010 | 10101 | 101101 |
Color Harmonies of #5A788A
Complementary color
Monochromatic Colors of #5A788A
Black with #5A788A
Text Example
Text Example
White with #5A788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A788A; }
p { color: rgb(90,120,138); }
H1.HeaderClassName
{
color: #5A788A;
}
.AnyTagClassName
{
color: #5A788A;
}
</style>
background-color css
<style>
a { background-color: #5A788A; }
a { background-color: rgb(90,120,138); }
div.DivClassName
{
background-color: #5A788A;
}
.BgClassName
{
background-color: #5A788A;
}
</style>
border-color css
<style>
span { border-color: #5A788A; }
span { border-color: rgb(90,120,138); }
td.TdClassName
{
border-color: #5A788A;
}
.TagClassName
{
border-color: #5A788A;
}
</style>