#5A918A

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

Shades of Lochinvar #5A918A

Tints of Lochinvar #5A918A

Color information

#5A918A (or 0x5A918A) is unknown color: approx Lochinvar. HEX triplet: 5A, 91 and 8A. RGB value is (90,145,138). Sum of RGB (Red+Green+Blue) = 90+145+138=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 145 - color contains mainly: green. Hex color #5A918A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A918A is #A56E75. Grayscale: #7F7F7F. Windows color (decimal): -10841718 or 9081178. OLE color: 9081178.

HSL color Cylindrical-coordinate representation of color #5A918A: hue angle of 172.36º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A918A is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB90145138-
CMYK0.3800.050.43
HSL172.36º23.4%46.08%-
HSV(B)172.36º37.93%56.86%-
XYZ18.9324.2627.73-
YUV127.76133.78101.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.13%
GREEN value IS 145 (57.03% from 255) = 38.87%
BLUE value IS 138 (54.30% from 255) = 37.00%
R=24.13%
G=38.87%
B=37.00%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal901451380.3800.050.43172.3623.446.08
Hex5A918A26052Bac172e
Octal1322212124605532542756
Binary1011010100100011000101010011001011010111010110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,145,138); }

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

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

 a { background-color: rgb(90,145,138); }

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

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

 span { border-color: rgb(90,145,138); }

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