Shades of Hoki #5D828A
Tints of Hoki #5D828A
RGB
CMYK
RGB Variations
Color information
#5D828A (or 0x5D828A) is known color: Hoki. HEX triplet: 5D, 82 and 8A. RGB value is (93,130,138). Sum of RGB (Red+Green+Blue) = 93+130+138=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 138 - color contains mainly: blue. Hex color #5D828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D828A is #A27D75. Grayscale: #777777. Windows color (decimal): -10648950 or 9077341. OLE color: 9077341.
HSL color Cylindrical-coordinate representation of color #5D828A: hue angle of 190.67º degrees, saturation: 0.19, 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 #5D828A is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 93 | 130 | 138 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.46 |
| HSL | 190.67º | 0.19% | 0.45% | - |
| HSV(B) | 190.67º | 0.33% | 0.54% | - |
| XYZ | 17.08 | 20.13 | 27.03 | - |
| YUV | 119.85 | 138.24 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 130 | 138 | 0.33 | 0.06 | 0 | 0.46 | 190.67 | 0.19 | 0.45 |
| Hex | 5D | 82 | 8A | 21 | 6 | 0 | 2E | BF | 13 | 2D |
| Octal | 135 | 202 | 212 | 41 | 6 | 0 | 56 | 277 | 23 | 55 |
| Binary | 1011101 | 10000010 | 10001010 | 100001 | 110 | 0 | 101110 | 10111111 | 10011 | 101101 |
Color Harmonies of #5D828A
Complementary color
Monochromatic Colors of #5D828A
Black with #5D828A
Text Example
Text Example
White with #5D828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D828A; }
p { color: rgb(93,130,138); }
H1.HeaderClassName
{
color: #5D828A;
}
.AnyTagClassName
{
color: #5D828A;
}
</style>
background-color css
<style>
a { background-color: #5D828A; }
a { background-color: rgb(93,130,138); }
div.DivClassName
{
background-color: #5D828A;
}
.BgClassName
{
background-color: #5D828A;
}
</style>
border-color css
<style>
span { border-color: #5D828A; }
span { border-color: rgb(93,130,138); }
td.TdClassName
{
border-color: #5D828A;
}
.TagClassName
{
border-color: #5D828A;
}
</style>