Html Css Color HEX #56958A Lochinvar

📋 copy color: '#56958A'

red 86 ◦ green 149 ◦ blue 138

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

Shades of Lochinvar #56958A

Tints of Lochinvar #56958A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37%

R = 23.06%
G = 39.95%
B = 37%

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

#56958A (or 0x56958A) is known color: Lochinvar. HEX triplet: 56, 95 and 8A. RGB value is (86,149,138). Sum of RGB (Red+Green+Blue) = 86+149+138=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 149 - color contains mainly: green. Hex color #56958A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56958A is #A96A75. Grayscale: #808080. Windows color (decimal): -11102838 or 9082198. OLE color: 9082198.

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

Color convert

RGB 86 149 138 -
CMYK 0.42 0 0.07 0.42
HSL 169.52º 0.27% 0.46% -
HSV(B) 169.52º 0.42% 0.58% -
XYZ 19.17 25.31 27.92 -
YUV 128.91 133.13 97.39 -
System Red Green Blue C M Y K H S L
Decimal 86 149 138 0.42 0 0.07 0.42 169.52 0.27 0.46
Hex 56 95 8A 2A 0 7 2A AA 1B 2E
Octal 126 225 212 52 0 7 52 252 33 56
Binary 1010110 10010101 10001010 101010 0 111 101010 10101010 11011 101110

Color Harmonies of #56958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56958A

Black with #56958A

Text Example


Text Example

White with #56958A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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