Html Css Color HEX #549384 Lochinvar

📋 copy color: '#549384'

red 84 ◦ green 147 ◦ blue 132

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

Shades of Lochinvar #549384

Tints of Lochinvar #549384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.36%

R = 23.14%
G = 40.5%
B = 36.36%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#549384 (or 0x549384) is known color: Lochinvar. HEX triplet: 54, 93 and 84. RGB value is (84,147,132). Sum of RGB (Red+Green+Blue) = 84+147+132=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #549384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549384 is #AB6C7B. Grayscale: #7E7E7E. Windows color (decimal): -11234428 or 8688468. OLE color: 8688468.

HSL color Cylindrical-coordinate representation of color #549384: hue angle of 165.71º 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 #549384 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 147 132 -
CMYK 0.43 0 0.10 0.42
HSL 165.71º 0.27% 0.45% -
HSV(B) 165.71º 0.43% 0.58% -
XYZ 18.25 24.42 25.58 -
YUV 126.45 131.13 97.72 -
System Red Green Blue C M Y K H S L
Decimal 84 147 132 0.43 0 0.10 0.42 165.71 0.27 0.45
Hex 54 93 84 2B 0 A 2A A6 1B 2D
Octal 124 223 204 53 0 12 52 246 33 55
Binary 1010100 10010011 10000100 101011 0 1010 101010 10100110 11011 101101

Color Harmonies of #549384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549384

Black with #549384

Text Example


Text Example

White with #549384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549384; }

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

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

background-color css

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

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

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

border-color css

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

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

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