Html Css Color HEX #56998D Lochinvar

📋 copy color: '#56998D'

red 86 ◦ green 153 ◦ blue 141

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

Shades of Lochinvar #56998D

Tints of Lochinvar #56998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.26%

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

R = 22.63%
G = 40.26%
B = 37.11%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#56998D (or 0x56998D) is known color: Lochinvar. HEX triplet: 56, 99 and 8D. RGB value is (86,153,141). Sum of RGB (Red+Green+Blue) = 86+153+141=380 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.63% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 153 - color contains mainly: green. Hex color #56998D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56998D is #A96672. Grayscale: #838383. Windows color (decimal): -11101811 or 9279830. OLE color: 9279830.

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

Color convert

RGB 86 153 141 -
CMYK 0.44 0 0.08 0.4
HSL 169.25º 0.28% 0.47% -
HSV(B) 169.25º 0.44% 0.6% -
XYZ 20.04 26.68 29.29 -
YUV 131.6 133.3 95.48 -
System Red Green Blue C M Y K H S L
Decimal 86 153 141 0.44 0 0.08 0.4 169.25 0.28 0.47
Hex 56 99 8D 2C 0 8 28 A9 1C 2F
Octal 126 231 215 54 0 10 50 251 34 57
Binary 1010110 10011001 10001101 101100 0 1000 101000 10101001 11100 101111

Color Harmonies of #56998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56998D

Black with #56998D

Text Example


Text Example

White with #56998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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