Shades of Hoki #57798A
Tints of Hoki #57798A
RGB
CMYK
RGB Variations
Color information
#57798A (or 0x57798A) is known color: Hoki. HEX triplet: 57, 79 and 8A. RGB value is (87,121,138). Sum of RGB (Red+Green+Blue) = 87+121+138=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 138 - color contains mainly: blue. Hex color #57798A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57798A is #A88675. Grayscale: #707070. Windows color (decimal): -11044470 or 9075031. OLE color: 9075031.
HSL color Cylindrical-coordinate representation of color #57798A: hue angle of 200º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #57798A is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 87 | 121 | 138 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.46 |
| HSL | 200º | 0.23% | 0.44% | - |
| HSV(B) | 200º | 0.37% | 0.54% | - |
| XYZ | 15.36 | 17.54 | 26.62 | - |
| YUV | 112.77 | 142.24 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 121 | 138 | 0.37 | 0.12 | 0 | 0.46 | 200 | 0.23 | 0.44 |
| Hex | 57 | 79 | 8A | 25 | C | 0 | 2E | C8 | 17 | 2C |
| Octal | 127 | 171 | 212 | 45 | 14 | 0 | 56 | 310 | 27 | 54 |
| Binary | 1010111 | 1111001 | 10001010 | 100101 | 1100 | 0 | 101110 | 11001000 | 10111 | 101100 |
Color Harmonies of #57798A
Complementary color
Monochromatic Colors of #57798A
Black with #57798A
Text Example
Text Example
White with #57798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57798A; }
p { color: rgb(87,121,138); }
H1.HeaderClassName
{
color: #57798A;
}
.AnyTagClassName
{
color: #57798A;
}
</style>
background-color css
<style>
a { background-color: #57798A; }
a { background-color: rgb(87,121,138); }
div.DivClassName
{
background-color: #57798A;
}
.BgClassName
{
background-color: #57798A;
}
</style>
border-color css
<style>
span { border-color: #57798A; }
span { border-color: rgb(87,121,138); }
td.TdClassName
{
border-color: #57798A;
}
.TagClassName
{
border-color: #57798A;
}
</style>