Html Css Color HEX #56958B Lochinvar

📋 copy color: '#56958B'

red 86 ◦ green 149 ◦ blue 139

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

Shades of Lochinvar #56958B

Tints of Lochinvar #56958B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.17%

R = 22.99%
G = 39.84%
B = 37.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#56958B (or 0x56958B) is known color: Lochinvar. HEX triplet: 56, 95 and 8B. RGB value is (86,149,139). Sum of RGB (Red+Green+Blue) = 86+149+139=374 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.99% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 149 - color contains mainly: green. Hex color #56958B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56958B is #A96A74. Grayscale: #818181. Windows color (decimal): -11102837 or 9147734. OLE color: 9147734.

HSL color Cylindrical-coordinate representation of color #56958B: hue angle of 170.48º 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 #56958B is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 149 139 -
CMYK 0.42 0 0.07 0.42
HSL 170.48º 0.27% 0.46% -
HSV(B) 170.48º 0.42% 0.58% -
XYZ 19.25 25.34 28.3 -
YUV 129.02 133.63 97.31 -
System Red Green Blue C M Y K H S L
Decimal 86 149 139 0.42 0 0.07 0.42 170.48 0.27 0.46
Hex 56 95 8B 2A 0 7 2A AA 1B 2E
Octal 126 225 213 52 0 7 52 252 33 56
Binary 1010110 10010101 10001011 101010 0 111 101010 10101010 11011 101110

Color Harmonies of #56958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56958B

Black with #56958B

Text Example


Text Example

White with #56958B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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