#559283

Color #559283 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #559283

Tints of Lochinvar #559283

Color information

#559283 (or 0x559283) is unknown color: approx Lochinvar. HEX triplet: 55, 92 and 83. RGB value is (85,146,131). Sum of RGB (Red+Green+Blue) = 85+146+131=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 146 - color contains mainly: green. Hex color #559283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559283 is #AA6D7C. Grayscale: #7E7E7E. Windows color (decimal): -11169149 or 8622677. OLE color: 8622677.

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

Color convert

RGB85146131-
CMYK0.4200.100.43
HSL165.25º26.41%45.29%-
HSV(B)165.25º41.78%57.25%-
XYZ18.1224.1325.17-
YUV126.05130.7998.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.48%
GREEN value IS 146 (57.42% from 255) = 40.33%
BLUE value IS 131 (51.56% from 255) = 36.19%
R=23.48%
G=40.33%
B=36.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851461310.4200.100.43165.2526.4145.29
Hex5592832A0A2Ba51a2d
Octal12522220352012532453255
Binary10101011001001010000011101010010101010111010010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559283; }

 p { color: rgb(85,146,131); }

 H1.HeaderClassName
 {
   color: #559283;
 }
 .AnyTagClassName
 {
   color: #559283;
 }
</style>
background-color css

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

 a { background-color: rgb(85,146,131); }

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

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

 span { border-color: rgb(85,146,131); }

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