Shades of Hoki #547B89
Tints of Hoki #547B89
RGB
CMYK
RGB Variations
Color information
#547B89 (or 0x547B89) is known color: Hoki. HEX triplet: 54, 7B and 89. RGB value is (84,123,137). Sum of RGB (Red+Green+Blue) = 84+123+137=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 137 - color contains mainly: blue. Hex color #547B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547B89 is #AB8476. Grayscale: #707070. Windows color (decimal): -11240567 or 9010004. OLE color: 9010004.
HSL color Cylindrical-coordinate representation of color #547B89: hue angle of 195.85º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #547B89 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 123 | 137 | - |
| CMYK | 0.39 | 0.10 | 0 | 0.46 |
| HSL | 195.85º | 0.24% | 0.43% | - |
| HSV(B) | 195.85º | 0.39% | 0.54% | - |
| XYZ | 15.25 | 17.86 | 26.31 | - |
| YUV | 112.94 | 141.58 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 137 | 0.39 | 0.10 | 0 | 0.46 | 195.85 | 0.24 | 0.43 |
| Hex | 54 | 7B | 89 | 27 | A | 0 | 2E | C4 | 18 | 2B |
| Octal | 124 | 173 | 211 | 47 | 12 | 0 | 56 | 304 | 30 | 53 |
| Binary | 1010100 | 1111011 | 10001001 | 100111 | 1010 | 0 | 101110 | 11000100 | 11000 | 101011 |
Color Harmonies of #547B89
Complementary color
Monochromatic Colors of #547B89
Black with #547B89
Text Example
Text Example
White with #547B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547B89; }
p { color: rgb(84,123,137); }
H1.HeaderClassName
{
color: #547B89;
}
.AnyTagClassName
{
color: #547B89;
}
</style>
background-color css
<style>
a { background-color: #547B89; }
a { background-color: rgb(84,123,137); }
div.DivClassName
{
background-color: #547B89;
}
.BgClassName
{
background-color: #547B89;
}
</style>
border-color css
<style>
span { border-color: #547B89; }
span { border-color: rgb(84,123,137); }
td.TdClassName
{
border-color: #547B89;
}
.TagClassName
{
border-color: #547B89;
}
</style>