Shades of Hoki #657B85
Tints of Hoki #657B85
RGB
CMYK
RGB Variations
Color information
#657B85 (or 0x657B85) is known color: Hoki. HEX triplet: 65, 7B and 85. RGB value is (101,123,133). Sum of RGB (Red+Green+Blue) = 101+123+133=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 133 - color contains mainly: blue. Hex color #657B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657B85 is #9A847A. Grayscale: #757575. Windows color (decimal): -10126459 or 8747877. OLE color: 8747877.
HSL color Cylindrical-coordinate representation of color #657B85: hue angle of 198.75º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #657B85 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 123 | 133 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.48 |
| HSL | 198.75º | 0.14% | 0.46% | - |
| HSV(B) | 198.75º | 0.24% | 0.52% | - |
| XYZ | 16.68 | 18.63 | 24.91 | - |
| YUV | 117.56 | 136.71 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 123 | 133 | 0.24 | 0.08 | 0 | 0.48 | 198.75 | 0.14 | 0.46 |
| Hex | 65 | 7B | 85 | 18 | 8 | 0 | 30 | C7 | E | 2E |
| Octal | 145 | 173 | 205 | 30 | 10 | 0 | 60 | 307 | 16 | 56 |
| Binary | 1100101 | 1111011 | 10000101 | 11000 | 1000 | 0 | 110000 | 11000111 | 1110 | 101110 |
Color Harmonies of #657B85
Complementary color
Monochromatic Colors of #657B85
Black with #657B85
Text Example
Text Example
White with #657B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657B85; }
p { color: rgb(101,123,133); }
H1.HeaderClassName
{
color: #657B85;
}
.AnyTagClassName
{
color: #657B85;
}
</style>
background-color css
<style>
a { background-color: #657B85; }
a { background-color: rgb(101,123,133); }
div.DivClassName
{
background-color: #657B85;
}
.BgClassName
{
background-color: #657B85;
}
</style>
border-color css
<style>
span { border-color: #657B85; }
span { border-color: rgb(101,123,133); }
td.TdClassName
{
border-color: #657B85;
}
.TagClassName
{
border-color: #657B85;
}
</style>