Html Css Color HEX #559182 Lochinvar

📋 copy color: '#559182'

red 85 ◦ green 145 ◦ blue 130

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

Shades of Lochinvar #559182

Tints of Lochinvar #559182

RGB

 RED value IS 85 (33.59% from 255) = 23.61%

 GREEN value IS 145 (57.03% from 255) = 40.28%

 BLUE value IS 130 (51.17% from 255) = 36.11%

R = 23.61%
G = 40.28%
B = 36.11%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#559182 (or 0x559182) is known color: Lochinvar. HEX triplet: 55, 91 and 82. RGB value is (85,145,130). Sum of RGB (Red+Green+Blue) = 85+145+130=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 145 - color contains mainly: green. Hex color #559182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559182 is #AA6E7D. Grayscale: #7D7D7D. Windows color (decimal): -11169406 or 8556885. OLE color: 8556885.

HSL color Cylindrical-coordinate representation of color #559182: hue angle of 165º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #559182 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 145 130 -
CMYK 0.41 0 0.10 0.43
HSL 165º 0.26% 0.45% -
HSV(B) 165º 0.41% 0.57% -
XYZ 17.9 23.79 24.77 -
YUV 125.35 130.62 99.22 -
System Red Green Blue C M Y K H S L
Decimal 85 145 130 0.41 0 0.10 0.43 165 0.26 0.45
Hex 55 91 82 29 0 A 2B A5 1A 2D
Octal 125 221 202 51 0 12 53 245 32 55
Binary 1010101 10010001 10000010 101001 0 1010 101011 10100101 11010 101101

Color Harmonies of #559182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559182

Black with #559182

Text Example


Text Example

White with #559182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559182; }

 p { color: rgb(85,145,130); }

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

background-color css

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

 a { background-color: rgb(85,145,130); }

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

border-color css

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

 span { border-color: rgb(85,145,130); }

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