Html Css Color HEX #56958C Lochinvar

📋 copy color: '#56958C'

red 86 ◦ green 149 ◦ blue 140

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

Shades of Lochinvar #56958C

Tints of Lochinvar #56958C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.73%

 BLUE value IS 140 (55.08% from 255) = 37.33%

R = 22.93%
G = 39.73%
B = 37.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#56958C (or 0x56958C) is known color: Lochinvar. HEX triplet: 56, 95 and 8C. RGB value is (86,149,140). Sum of RGB (Red+Green+Blue) = 86+149+140=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 149 - color contains mainly: green. Hex color #56958C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56958C is #A96A73. Grayscale: #818181. Windows color (decimal): -11102836 or 9213270. OLE color: 9213270.

HSL color Cylindrical-coordinate representation of color #56958C: hue angle of 171.43º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #56958C is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 149 140 -
CMYK 0.42 0 0.06 0.42
HSL 171.43º 0.27% 0.46% -
HSV(B) 171.43º 0.42% 0.58% -
XYZ 19.32 25.37 28.69 -
YUV 129.14 134.13 97.23 -
System Red Green Blue C M Y K H S L
Decimal 86 149 140 0.42 0 0.06 0.42 171.43 0.27 0.46
Hex 56 95 8C 2A 0 6 2A AB 1B 2E
Octal 126 225 214 52 0 6 52 253 33 56
Binary 1010110 10010101 10001100 101010 0 110 101010 10101011 11011 101110

Color Harmonies of #56958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56958C

Black with #56958C

Text Example


Text Example

White with #56958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56958C; }

 p { color: rgb(86,149,140); }

 H1.HeaderClassName
 {
   color: #56958C;
 }
 .AnyTagClassName
 {
   color: #56958C;
 }
</style>

background-color css

<style>
 a { background-color: #56958C; }

 a { background-color: rgb(86,149,140); }

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

border-color css

<style>
 span { border-color: #56958C; }

 span { border-color: rgb(86,149,140); }

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