Shades of Hoki #5B828D
Tints of Hoki #5B828D
RGB
CMYK
RGB Variations
Color information
#5B828D (or 0x5B828D) is known color: Hoki. HEX triplet: 5B, 82 and 8D. RGB value is (91,130,141). Sum of RGB (Red+Green+Blue) = 91+130+141=362 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.14% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #5B828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B828D is #A47D72. Grayscale: #777777. Windows color (decimal): -10780019 or 9273947. OLE color: 9273947.
HSL color Cylindrical-coordinate representation of color #5B828D: hue angle of 193.2º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B828D is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 130 | 141 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.45 |
| HSL | 193.2º | 0.22% | 0.45% | - |
| HSV(B) | 193.2º | 0.35% | 0.55% | - |
| XYZ | 17.1 | 20.11 | 28.18 | - |
| YUV | 119.59 | 140.08 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 130 | 141 | 0.35 | 0.08 | 0 | 0.45 | 193.2 | 0.22 | 0.45 |
| Hex | 5B | 82 | 8D | 23 | 8 | 0 | 2D | C1 | 16 | 2D |
| Octal | 133 | 202 | 215 | 43 | 10 | 0 | 55 | 301 | 26 | 55 |
| Binary | 1011011 | 10000010 | 10001101 | 100011 | 1000 | 0 | 101101 | 11000001 | 10110 | 101101 |
Color Harmonies of #5B828D
Complementary color
Monochromatic Colors of #5B828D
Black with #5B828D
Text Example
Text Example
White with #5B828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B828D; }
p { color: rgb(91,130,141); }
H1.HeaderClassName
{
color: #5B828D;
}
.AnyTagClassName
{
color: #5B828D;
}
</style>
background-color css
<style>
a { background-color: #5B828D; }
a { background-color: rgb(91,130,141); }
div.DivClassName
{
background-color: #5B828D;
}
.BgClassName
{
background-color: #5B828D;
}
</style>
border-color css
<style>
span { border-color: #5B828D; }
span { border-color: rgb(91,130,141); }
td.TdClassName
{
border-color: #5B828D;
}
.TagClassName
{
border-color: #5B828D;
}
</style>