Html Css Color HEX #56887D Lochinvar

📋 copy color: '#56887D'

red 86 ◦ green 136 ◦ blue 125

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

Shades of Lochinvar #56887D

Tints of Lochinvar #56887D

RGB

 RED value IS 86 (33.98% from 255) = 24.78%

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

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

R = 24.78%
G = 39.19%
B = 36.02%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#56887D (or 0x56887D) is known color: Lochinvar. HEX triplet: 56, 88 and 7D. RGB value is (86,136,125). Sum of RGB (Red+Green+Blue) = 86+136+125=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #56887D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56887D is #A97782. Grayscale: #777777. Windows color (decimal): -11106179 or 8226902. OLE color: 8226902.

HSL color Cylindrical-coordinate representation of color #56887D: hue angle of 166.8º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #56887D is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 136 125 -
CMYK 0.37 0 0.08 0.47
HSL 166.8º 0.23% 0.44% -
HSV(B) 166.8º 0.37% 0.53% -
XYZ 16.34 21.07 22.61 -
YUV 119.8 130.94 103.89 -
System Red Green Blue C M Y K H S L
Decimal 86 136 125 0.37 0 0.08 0.47 166.8 0.23 0.44
Hex 56 88 7D 25 0 8 2F A7 17 2C
Octal 126 210 175 45 0 10 57 247 27 54
Binary 1010110 10001000 1111101 100101 0 1000 101111 10100111 10111 101100

Color Harmonies of #56887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56887D

Black with #56887D

Text Example


Text Example

White with #56887D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,136,125); }

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

background-color css

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

 a { background-color: rgb(86,136,125); }

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

border-color css

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

 span { border-color: rgb(86,136,125); }

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