Html Css Color HEX #547D89 Hoki

📋 copy color: '#547D89'

red 84 ◦ green 125 ◦ blue 137

#547D89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hoki #547D89

Tints of Hoki #547D89

RGB

 RED value IS 84 (33.2% from 255) = 24.28%

 GREEN value IS 125 (49.22% from 255) = 36.13%

 BLUE value IS 137 (53.91% from 255) = 39.6%

R = 24.28%
G = 36.13%
B = 39.6%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#547D89 (or 0x547D89) is known color: Hoki. HEX triplet: 54, 7D and 89. RGB value is (84,125,137). Sum of RGB (Red+Green+Blue) = 84+125+137=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 137 - color contains mainly: blue. Hex color #547D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547D89 is #AB8276. Grayscale: #727272. Windows color (decimal): -11240055 or 9010516. OLE color: 9010516.

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

Color convert

RGB 84 125 137 -
CMYK 0.39 0.09 0 0.46
HSL 193.58º 0.24% 0.43% -
HSV(B) 193.58º 0.39% 0.54% -
XYZ 15.51 18.36 26.39 -
YUV 114.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 84 125 137 0.39 0.09 0 0.46 193.58 0.24 0.43
Hex 54 7D 89 27 9 0 2E C2 18 2B
Octal 124 175 211 47 11 0 56 302 30 53
Binary 1010100 1111101 10001001 100111 1001 0 101110 11000010 11000 101011

Color Harmonies of #547D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547D89

Black with #547D89

Text Example


Text Example

White with #547D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #547D89;
 }
 .AnyTagClassName
 {
   color: #547D89;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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