Html Css Color HEX #55897D Lochinvar

📋 copy color: '#55897D'

red 85 ◦ green 137 ◦ blue 125

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

Shades of Lochinvar #55897D

Tints of Lochinvar #55897D

RGB

 RED value IS 85 (33.59% from 255) = 24.5%

 GREEN value IS 137 (53.91% from 255) = 39.48%

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 24.5%
G = 39.48%
B = 36.02%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#55897D (or 0x55897D) is known color: Lochinvar. HEX triplet: 55, 89 and 7D. RGB value is (85,137,125). Sum of RGB (Red+Green+Blue) = 85+137+125=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 137 - color contains mainly: green. Hex color #55897D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55897D is #AA7682. Grayscale: #787878. Windows color (decimal): -11171459 or 8227157. OLE color: 8227157.

HSL color Cylindrical-coordinate representation of color #55897D: hue angle of 166.15º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55897D is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 137 125 -
CMYK 0.38 0 0.09 0.46
HSL 166.15º 0.23% 0.44% -
HSV(B) 166.15º 0.38% 0.54% -
XYZ 16.39 21.3 22.65 -
YUV 120.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 85 137 125 0.38 0 0.09 0.46 166.15 0.23 0.44
Hex 55 89 7D 26 0 9 2E A6 17 2C
Octal 125 211 175 46 0 11 56 246 27 54
Binary 1010101 10001001 1111101 100110 0 1001 101110 10100110 10111 101100

Color Harmonies of #55897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55897D

Black with #55897D

Text Example


Text Example

White with #55897D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55897D; }

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

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

background-color css

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

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

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

border-color css

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

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

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