Shades of Hoki #547B87
Tints of Hoki #547B87
RGB
CMYK
RGB Variations
Color information
#547B87 (or 0x547B87) is known color: Hoki. HEX triplet: 54, 7B and 87. RGB value is (84,123,135). Sum of RGB (Red+Green+Blue) = 84+123+135=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 135 (53.12% from 255 or 39.47% from 342); Max value from RGB is 135 - color contains mainly: blue. Hex color #547B87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547B87 is #AB8478. Grayscale: #707070. Windows color (decimal): -11240569 or 8878932. OLE color: 8878932.
HSL color Cylindrical-coordinate representation of color #547B87: hue angle of 194.12º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #547B87 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 123 | 135 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.47 |
| HSL | 194.12º | 0.23% | 0.43% | - |
| HSV(B) | 194.12º | 0.38% | 0.53% | - |
| XYZ | 15.11 | 17.8 | 25.56 | - |
| YUV | 112.71 | 140.58 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 135 | 0.38 | 0.09 | 0 | 0.47 | 194.12 | 0.23 | 0.43 |
| Hex | 54 | 7B | 87 | 26 | 9 | 0 | 2F | C2 | 17 | 2B |
| Octal | 124 | 173 | 207 | 46 | 11 | 0 | 57 | 302 | 27 | 53 |
| Binary | 1010100 | 1111011 | 10000111 | 100110 | 1001 | 0 | 101111 | 11000010 | 10111 | 101011 |
Color Harmonies of #547B87
Complementary color
Monochromatic Colors of #547B87
Black with #547B87
Text Example
Text Example
White with #547B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547B87; }
p { color: rgb(84,123,135); }
H1.HeaderClassName
{
color: #547B87;
}
.AnyTagClassName
{
color: #547B87;
}
</style>
background-color css
<style>
a { background-color: #547B87; }
a { background-color: rgb(84,123,135); }
div.DivClassName
{
background-color: #547B87;
}
.BgClassName
{
background-color: #547B87;
}
</style>
border-color css
<style>
span { border-color: #547B87; }
span { border-color: rgb(84,123,135); }
td.TdClassName
{
border-color: #547B87;
}
.TagClassName
{
border-color: #547B87;
}
</style>