#547E8A

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

Shades of Hoki #547E8A

Tints of Hoki #547E8A

Color information

#547E8A (or 0x547E8A) is unknown color: approx Hoki. HEX triplet: 54, 7E and 8A. RGB value is (84,126,138). Sum of RGB (Red+Green+Blue) = 84+126+138=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 138 - color contains mainly: blue. Hex color #547E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547E8A is #AB8175. Grayscale: #727272. Windows color (decimal): -11239798 or 9076308. OLE color: 9076308.

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

Color convert

RGB84126138-
CMYK0.390.0900.46
HSL193.33º24.32%43.53%-
HSV(B)193.33º39.13%54.12%-
XYZ15.718.6426.82-
YUV114.81141.09106.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.14%
GREEN value IS 126 (49.61% from 255) = 36.21%
BLUE value IS 138 (54.30% from 255) = 39.66%
R=24.14%
G=36.21%
B=39.66%

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
Decimal841261380.390.0900.46193.3324.3243.53
Hex547E8A27902Ec1182c
Octal12417621247110563013054
Binary1010100111111010001010100111100101011101100000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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