Shades of Hoki #5C7A8A
Tints of Hoki #5C7A8A
RGB
CMYK
RGB Variations
Color information
#5C7A8A (or 0x5C7A8A) is known color: Hoki. HEX triplet: 5C, 7A and 8A. RGB value is (92,122,138). Sum of RGB (Red+Green+Blue) = 92+122+138=352 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.14% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 138 - color contains mainly: blue. Hex color #5C7A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7A8A is #A38575. Grayscale: #727272. Windows color (decimal): -10716534 or 9075292. OLE color: 9075292.
HSL color Cylindrical-coordinate representation of color #5C7A8A: hue angle of 200.87º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5C7A8A is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 92 | 122 | 138 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.46 |
| HSL | 200.87º | 0.2% | 0.45% | - |
| HSV(B) | 200.87º | 0.33% | 0.54% | - |
| XYZ | 15.96 | 18.03 | 26.68 | - |
| YUV | 114.85 | 141.06 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 122 | 138 | 0.33 | 0.12 | 0 | 0.46 | 200.87 | 0.2 | 0.45 |
| Hex | 5C | 7A | 8A | 21 | C | 0 | 2E | C9 | 14 | 2D |
| Octal | 134 | 172 | 212 | 41 | 14 | 0 | 56 | 311 | 24 | 55 |
| Binary | 1011100 | 1111010 | 10001010 | 100001 | 1100 | 0 | 101110 | 11001001 | 10100 | 101101 |
Color Harmonies of #5C7A8A
Complementary color
Monochromatic Colors of #5C7A8A
Black with #5C7A8A
Text Example
Text Example
White with #5C7A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7A8A; }
p { color: rgb(92,122,138); }
H1.HeaderClassName
{
color: #5C7A8A;
}
.AnyTagClassName
{
color: #5C7A8A;
}
</style>
background-color css
<style>
a { background-color: #5C7A8A; }
a { background-color: rgb(92,122,138); }
div.DivClassName
{
background-color: #5C7A8A;
}
.BgClassName
{
background-color: #5C7A8A;
}
</style>
border-color css
<style>
span { border-color: #5C7A8A; }
span { border-color: rgb(92,122,138); }
td.TdClassName
{
border-color: #5C7A8A;
}
.TagClassName
{
border-color: #5C7A8A;
}
</style>