Shades of Hoki #5A7788
Tints of Hoki #5A7788
RGB
CMYK
RGB Variations
Color information
#5A7788 (or 0x5A7788) is known color: Hoki. HEX triplet: 5A, 77 and 88. RGB value is (90,119,136). Sum of RGB (Red+Green+Blue) = 90+119+136=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 136 - color contains mainly: blue. Hex color #5A7788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7788 is #A58877. Grayscale: #707070. Windows color (decimal): -10848376 or 8943450. OLE color: 8943450.
HSL color Cylindrical-coordinate representation of color #5A7788: hue angle of 202.17º 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 #5A7788 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 119 | 136 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.47 |
| HSL | 202.17º | 0.2% | 0.44% | - |
| HSV(B) | 202.17º | 0.34% | 0.53% | - |
| XYZ | 15.26 | 17.14 | 25.8 | - |
| YUV | 112.27 | 141.39 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 119 | 136 | 0.34 | 0.12 | 0 | 0.47 | 202.17 | 0.2 | 0.44 |
| Hex | 5A | 77 | 88 | 22 | C | 0 | 2F | CA | 14 | 2C |
| Octal | 132 | 167 | 210 | 42 | 14 | 0 | 57 | 312 | 24 | 54 |
| Binary | 1011010 | 1110111 | 10001000 | 100010 | 1100 | 0 | 101111 | 11001010 | 10100 | 101100 |
Color Harmonies of #5A7788
Complementary color
Monochromatic Colors of #5A7788
Black with #5A7788
Text Example
Text Example
White with #5A7788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7788; }
p { color: rgb(90,119,136); }
H1.HeaderClassName
{
color: #5A7788;
}
.AnyTagClassName
{
color: #5A7788;
}
</style>
background-color css
<style>
a { background-color: #5A7788; }
a { background-color: rgb(90,119,136); }
div.DivClassName
{
background-color: #5A7788;
}
.BgClassName
{
background-color: #5A7788;
}
</style>
border-color css
<style>
span { border-color: #5A7788; }
span { border-color: rgb(90,119,136); }
td.TdClassName
{
border-color: #5A7788;
}
.TagClassName
{
border-color: #5A7788;
}
</style>