Html Css Color HEX #549889 Lochinvar

📋 copy color: '#549889'

red 84 ◦ green 152 ◦ blue 137

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

Shades of Lochinvar #549889

Tints of Lochinvar #549889

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.75%

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

R = 22.52%
G = 40.75%
B = 36.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#549889 (or 0x549889) is known color: Lochinvar. HEX triplet: 54, 98 and 89. RGB value is (84,152,137). Sum of RGB (Red+Green+Blue) = 84+152+137=373 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.52% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 152 - color contains mainly: green. Hex color #549889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549889 is #AB6776. Grayscale: #818181. Windows color (decimal): -11233143 or 9017428. OLE color: 9017428.

HSL color Cylindrical-coordinate representation of color #549889: hue angle of 166.76º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549889 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 152 137 -
CMYK 0.45 0 0.10 0.40
HSL 166.76º 0.29% 0.46% -
HSV(B) 166.76º 0.45% 0.6% -
XYZ 19.4 26.15 27.69 -
YUV 129.96 131.97 95.22 -
System Red Green Blue C M Y K H S L
Decimal 84 152 137 0.45 0 0.10 0.40 166.76 0.29 0.46
Hex 54 98 89 2D 0 A 28 A7 1D 2E
Octal 124 230 211 55 0 12 50 247 35 56
Binary 1010100 10011000 10001001 101101 0 1010 101000 10100111 11101 101110

Color Harmonies of #549889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549889

Black with #549889

Text Example


Text Example

White with #549889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549889; }

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

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

background-color css

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

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

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

border-color css

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

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

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