Html Css Color HEX #549389 Lochinvar

📋 copy color: '#549389'

red 84 ◦ green 147 ◦ blue 137

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

Shades of Lochinvar #549389

Tints of Lochinvar #549389

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.95%

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

R = 22.83%
G = 39.95%
B = 37.23%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#549389 (or 0x549389) is known color: Lochinvar. HEX triplet: 54, 93 and 89. RGB value is (84,147,137). Sum of RGB (Red+Green+Blue) = 84+147+137=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 147 - color contains mainly: green. Hex color #549389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549389 is #AB6C76. Grayscale: #7F7F7F. Windows color (decimal): -11234423 or 9016148. OLE color: 9016148.

HSL color Cylindrical-coordinate representation of color #549389: hue angle of 170.48º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #549389 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 147 137 -
CMYK 0.43 0 0.07 0.42
HSL 170.48º 0.27% 0.45% -
HSV(B) 170.48º 0.43% 0.58% -
XYZ 18.61 24.56 27.43 -
YUV 127.02 133.63 97.31 -
System Red Green Blue C M Y K H S L
Decimal 84 147 137 0.43 0 0.07 0.42 170.48 0.27 0.45
Hex 54 93 89 2B 0 7 2A AA 1B 2D
Octal 124 223 211 53 0 7 52 252 33 55
Binary 1010100 10010011 10001001 101011 0 111 101010 10101010 11011 101101

Color Harmonies of #549389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549389

Black with #549389

Text Example


Text Example

White with #549389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549389; }

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

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

background-color css

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

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

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

border-color css

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

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

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