#558982

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

Shades of Lochinvar #558982

Tints of Lochinvar #558982

Color information

#558982 (or 0x558982) is unknown color: approx Lochinvar. HEX triplet: 55, 89 and 82. RGB value is (85,137,130). Sum of RGB (Red+Green+Blue) = 85+137+130=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 137 - color contains mainly: green. Hex color #558982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558982 is #AA767D. Grayscale: #787878. Windows color (decimal): -11171454 or 8554837. OLE color: 8554837.

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

Color convert

RGB85137130-
CMYK0.3800.050.46
HSL171.92º23.42%43.53%-
HSV(B)171.92º37.96%53.73%-
XYZ16.7221.4324.38-
YUV120.65133.27102.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.15%
GREEN value IS 137 (53.91% from 255) = 38.92%
BLUE value IS 130 (51.17% from 255) = 36.93%
R=24.15%
G=38.92%
B=36.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851371300.3800.050.46171.9223.4243.53
Hex55898226052Eac172c
Octal1252112024605562542754
Binary1010101100010011000001010011001011011101010110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558982; }

 p { color: rgb(85,137,130); }

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

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

 a { background-color: rgb(85,137,130); }

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

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

 span { border-color: rgb(85,137,130); }

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