Html Css Color HEX #56998E Lochinvar

📋 copy color: '#56998E'

red 86 ◦ green 153 ◦ blue 142

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

Shades of Lochinvar #56998E

Tints of Lochinvar #56998E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.27%

R = 22.57%
G = 40.16%
B = 37.27%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#56998E (or 0x56998E) is known color: Lochinvar. HEX triplet: 56, 99 and 8E. RGB value is (86,153,142). Sum of RGB (Red+Green+Blue) = 86+153+142=381 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.57% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 153 - color contains mainly: green. Hex color #56998E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56998E is #A96671. Grayscale: #838383. Windows color (decimal): -11101810 or 9345366. OLE color: 9345366.

HSL color Cylindrical-coordinate representation of color #56998E: hue angle of 170.15º 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 #56998E is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 153 142 -
CMYK 0.44 0 0.07 0.4
HSL 170.15º 0.28% 0.47% -
HSV(B) 170.15º 0.44% 0.6% -
XYZ 20.11 26.71 29.69 -
YUV 131.71 133.8 95.39 -
System Red Green Blue C M Y K H S L
Decimal 86 153 142 0.44 0 0.07 0.4 170.15 0.28 0.47
Hex 56 99 8E 2C 0 7 28 AA 1C 2F
Octal 126 231 216 54 0 7 50 252 34 57
Binary 1010110 10011001 10001110 101100 0 111 101000 10101010 11100 101111

Color Harmonies of #56998E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56998E

Black with #56998E

Text Example


Text Example

White with #56998E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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