Html Css Color HEX #55887E Lochinvar

📋 copy color: '#55887E'

red 85 ◦ green 136 ◦ blue 126

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

Shades of Lochinvar #55887E

Tints of Lochinvar #55887E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.19%

 BLUE value IS 126 (49.61% from 255) = 36.31%

R = 24.5%
G = 39.19%
B = 36.31%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#55887E (or 0x55887E) is known color: Lochinvar. HEX triplet: 55, 88 and 7E. RGB value is (85,136,126). Sum of RGB (Red+Green+Blue) = 85+136+126=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #55887E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55887E is #AA7781. Grayscale: #777777. Windows color (decimal): -11171714 or 8292437. OLE color: 8292437.

HSL color Cylindrical-coordinate representation of color #55887E: hue angle of 168.24º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55887E is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 136 126 -
CMYK 0.38 0 0.07 0.47
HSL 168.24º 0.23% 0.43% -
HSV(B) 168.24º 0.38% 0.53% -
XYZ 16.32 21.05 22.94 -
YUV 119.61 131.6 103.31 -
System Red Green Blue C M Y K H S L
Decimal 85 136 126 0.38 0 0.07 0.47 168.24 0.23 0.43
Hex 55 88 7E 26 0 7 2F A8 17 2B
Octal 125 210 176 46 0 7 57 250 27 53
Binary 1010101 10001000 1111110 100110 0 111 101111 10101000 10111 101011

Color Harmonies of #55887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55887E

Black with #55887E

Text Example


Text Example

White with #55887E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55887E; }

 p { color: rgb(85,136,126); }

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

background-color css

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

 a { background-color: rgb(85,136,126); }

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

border-color css

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

 span { border-color: rgb(85,136,126); }

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