Html Css Color HEX #56988D Lochinvar

📋 copy color: '#56988D'

red 86 ◦ green 152 ◦ blue 141

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

Shades of Lochinvar #56988D

Tints of Lochinvar #56988D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.2%

R = 22.69%
G = 40.11%
B = 37.2%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#56988D (or 0x56988D) is known color: Lochinvar. HEX triplet: 56, 98 and 8D. RGB value is (86,152,141). Sum of RGB (Red+Green+Blue) = 86+152+141=379 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.69% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #56988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56988D is #A96772. Grayscale: #828282. Windows color (decimal): -11102067 or 9279574. OLE color: 9279574.

HSL color Cylindrical-coordinate representation of color #56988D: hue angle of 170º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56988D is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 86 152 141 -
CMYK 0.43 0 0.07 0.40
HSL 170º 0.28% 0.47% -
HSV(B) 170º 0.43% 0.6% -
XYZ 19.87 26.36 29.24 -
YUV 131.01 133.63 95.89 -
System Red Green Blue C M Y K H S L
Decimal 86 152 141 0.43 0 0.07 0.40 170 0.28 0.47
Hex 56 98 8D 2B 0 7 28 AA 1C 2F
Octal 126 230 215 53 0 7 50 252 34 57
Binary 1010110 10011000 10001101 101011 0 111 101000 10101010 11100 101111

Color Harmonies of #56988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56988D

Black with #56988D

Text Example


Text Example

White with #56988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,152,141); }

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

background-color css

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

 a { background-color: rgb(86,152,141); }

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

border-color css

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

 span { border-color: rgb(86,152,141); }

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