#547C8A

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

Shades of Hoki #547C8A

Tints of Hoki #547C8A

Color information

#547C8A (or 0x547C8A) is unknown color: approx Hoki. HEX triplet: 54, 7C and 8A. RGB value is (84,124,138). Sum of RGB (Red+Green+Blue) = 84+124+138=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 124 (48.83% from 255 or 35.84% 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 #547C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547C8A is #AB8375. Grayscale: #717171. Windows color (decimal): -11240310 or 9075796. OLE color: 9075796.

HSL color Cylindrical-coordinate representation of color #547C8A: hue angle of 195.56º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #547C8A is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB84124138-
CMYK0.390.1000.46
HSL195.56º24.32%43.53%-
HSV(B)195.56º39.13%54.12%-
XYZ15.4518.1426.73-
YUV113.64141.75106.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.28%
GREEN value IS 124 (48.83% from 255) = 35.84%
BLUE value IS 138 (54.30% from 255) = 39.88%
R=24.28%
G=35.84%
B=39.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841241380.390.1000.46195.5624.3243.53
Hex547C8A27A02Ec4182c
Octal12417421247120563043054
Binary1010100111110010001010100111101001011101100010011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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