#559183

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

Shades of Lochinvar #559183

Tints of Lochinvar #559183

Color information

#559183 (or 0x559183) is unknown color: approx Lochinvar. HEX triplet: 55, 91 and 83. RGB value is (85,145,131). Sum of RGB (Red+Green+Blue) = 85+145+131=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 145 - color contains mainly: green. Hex color #559183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559183 is #AA6E7C. Grayscale: #7D7D7D. Windows color (decimal): -11169405 or 8622421. OLE color: 8622421.

HSL color Cylindrical-coordinate representation of color #559183: hue angle of 166º 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 #559183 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB85145131-
CMYK0.4100.100.43
HSL166º26.09%45.1%-
HSV(B)166º41.38%56.86%-
XYZ17.9723.8225.12-
YUV125.46131.1299.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.55%
GREEN value IS 145 (57.03% from 255) = 40.17%
BLUE value IS 131 (51.56% from 255) = 36.29%
R=23.55%
G=40.17%
B=36.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851451310.4100.100.4316626.0945.1
Hex559183290A2Ba61a2d
Octal12522120351012532463255
Binary10101011001000110000011101001010101010111010011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559183; }

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

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

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

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

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

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

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

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