Shades of Hoki #547D8B
Tints of Hoki #547D8B
RGB
CMYK
RGB Variations
Color information
#547D8B (or 0x547D8B) is known color: Hoki. HEX triplet: 54, 7D and 8B. RGB value is (84,125,139). Sum of RGB (Red+Green+Blue) = 84+125+139=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 139 - color contains mainly: blue. Hex color #547D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547D8B is #AB8274. Grayscale: #727272. Windows color (decimal): -11240053 or 9141588. OLE color: 9141588.
HSL color Cylindrical-coordinate representation of color #547D8B: hue angle of 195.27º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #547D8B is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 125 | 139 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.45 |
| HSL | 195.27º | 0.25% | 0.44% | - |
| HSV(B) | 195.27º | 0.4% | 0.55% | - |
| XYZ | 15.65 | 18.42 | 27.16 | - |
| YUV | 114.34 | 141.92 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 125 | 139 | 0.40 | 0.10 | 0 | 0.45 | 195.27 | 0.25 | 0.44 |
| Hex | 54 | 7D | 8B | 28 | A | 0 | 2D | C3 | 19 | 2C |
| Octal | 124 | 175 | 213 | 50 | 12 | 0 | 55 | 303 | 31 | 54 |
| Binary | 1010100 | 1111101 | 10001011 | 101000 | 1010 | 0 | 101101 | 11000011 | 11001 | 101100 |
Color Harmonies of #547D8B
Complementary color
Monochromatic Colors of #547D8B
Black with #547D8B
Text Example
Text Example
White with #547D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547D8B; }
p { color: rgb(84,125,139); }
H1.HeaderClassName
{
color: #547D8B;
}
.AnyTagClassName
{
color: #547D8B;
}
</style>
background-color css
<style>
a { background-color: #547D8B; }
a { background-color: rgb(84,125,139); }
div.DivClassName
{
background-color: #547D8B;
}
.BgClassName
{
background-color: #547D8B;
}
</style>
border-color css
<style>
span { border-color: #547D8B; }
span { border-color: rgb(84,125,139); }
td.TdClassName
{
border-color: #547D8B;
}
.TagClassName
{
border-color: #547D8B;
}
</style>