#5A8C85

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

Shades of Lochinvar #5A8C85

Tints of Lochinvar #5A8C85

Color information

#5A8C85 (or 0x5A8C85) is unknown color: approx Lochinvar. HEX triplet: 5A, 8C and 85. RGB value is (90,140,133). Sum of RGB (Red+Green+Blue) = 90+140+133=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 140 - color contains mainly: green. Hex color #5A8C85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8C85 is #A5737A. Grayscale: #7C7C7C. Windows color (decimal): -10843003 or 8752218. OLE color: 8752218.

HSL color Cylindrical-coordinate representation of color #5A8C85: hue angle of 171.6º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A8C85 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB90140133-
CMYK0.3600.050.45
HSL171.6º21.74%45.1%-
HSV(B)171.6º35.71%54.9%-
XYZ17.8322.6225.62-
YUV124.25132.94103.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.79%
GREEN value IS 140 (55.08% from 255) = 38.57%
BLUE value IS 133 (52.34% from 255) = 36.64%
R=24.79%
G=38.57%
B=36.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal901401330.3600.050.45171.621.7445.1
Hex5A8C8524052Dac162d
Octal1322142054405552542655
Binary1011010100011001000010110010001011011011010110010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A8C85; }

 p { color: rgb(90,140,133); }

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

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

 a { background-color: rgb(90,140,133); }

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

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

 span { border-color: rgb(90,140,133); }

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