#578A83

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

Shades of Lochinvar #578A83

Tints of Lochinvar #578A83

Color information

#578A83 (or 0x578A83) is unknown color: approx Lochinvar. HEX triplet: 57, 8A and 83. RGB value is (87,138,131). Sum of RGB (Red+Green+Blue) = 87+138+131=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 138 - color contains mainly: green. Hex color #578A83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578A83 is #A8757C. Grayscale: #797979. Windows color (decimal): -11040125 or 8620631. OLE color: 8620631.

HSL color Cylindrical-coordinate representation of color #578A83: hue angle of 171.76º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #578A83 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB87138131-
CMYK0.3700.050.46
HSL171.76º22.67%44.12%-
HSV(B)171.76º36.96%54.12%-
XYZ17.1221.8424.79-
YUV121.95133.1103.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.44%
GREEN value IS 138 (54.30% from 255) = 38.76%
BLUE value IS 131 (51.56% from 255) = 36.80%
R=24.44%
G=38.76%
B=36.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal871381310.3700.050.46171.7622.6744.12
Hex578A8325052Eac172c
Octal1272122034505562542754
Binary1010111100010101000001110010101011011101010110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578A83; }

 p { color: rgb(87,138,131); }

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

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

 a { background-color: rgb(87,138,131); }

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

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

 span { border-color: rgb(87,138,131); }

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