#547C89

Color #547C89 Hoki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hoki #547C89

Tints of Hoki #547C89

Color information

#547C89 (or 0x547C89) is unknown color: approx Hoki. HEX triplet: 54, 7C and 89. RGB value is (84,124,137). Sum of RGB (Red+Green+Blue) = 84+124+137=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 137 - color contains mainly: blue. Hex color #547C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547C89 is #AB8376. Grayscale: #717171. Windows color (decimal): -11240311 or 9010260. OLE color: 9010260.

HSL color Cylindrical-coordinate representation of color #547C89: hue angle of 194.72º 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 #547C89 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB84124137-
CMYK0.390.0900.46
HSL194.72º23.98%43.33%-
HSV(B)194.72º38.69%53.73%-
XYZ15.3818.1126.35-
YUV113.52141.25106.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 24.35%
GREEN value IS 124 (48.83% from 255) = 35.94%
BLUE value IS 137 (53.91% from 255) = 39.71%
R=24.35%
G=35.94%
B=39.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841241370.390.0900.46194.7223.9843.33
Hex547C8927902Ec3182b
Octal12417421147110563033053
Binary1010100111110010001001100111100101011101100001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547C89; }

 p { color: rgb(84,124,137); }

 H1.HeaderClassName
 {
   color: #547C89;
 }
 .AnyTagClassName
 {
   color: #547C89;
 }
</style>
background-color css

<style>
 a { background-color: #547C89; }

 a { background-color: rgb(84,124,137); }

 div.DivClassName
 {
   background-color: #547C89;
 }
 .BgClassName
 {
   background-color: #547C89;
 }
</style>
border-color css

<style>
 span { border-color: #547C89; }

 span { border-color: rgb(84,124,137); }

 td.TdClassName
 {
   border-color: #547C89;
 }
 .TagClassName
 {
   border-color: #547C89;
 }
</style>