#558984

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

Shades of Lochinvar #558984

Tints of Lochinvar #558984

Color information

#558984 (or 0x558984) is unknown color: approx Lochinvar. HEX triplet: 55, 89 and 84. RGB value is (85,137,132). Sum of RGB (Red+Green+Blue) = 85+137+132=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 137 - color contains mainly: green. Hex color #558984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558984 is #AA767B. Grayscale: #787878. Windows color (decimal): -11171452 or 8685909. OLE color: 8685909.

HSL color Cylindrical-coordinate representation of color #558984: hue angle of 174.23º 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 #558984 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB85137132-
CMYK0.3800.040.46
HSL174.23º23.42%43.53%-
HSV(B)174.23º37.96%53.73%-
XYZ16.8621.4925.09-
YUV120.88134.27102.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.01%
GREEN value IS 137 (53.91% from 255) = 38.70%
BLUE value IS 132 (51.95% from 255) = 37.29%
R=24.01%
G=38.70%
B=37.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851371320.3800.040.46174.2323.4243.53
Hex55898426042Eae172c
Octal1252112044604562562754
Binary1010101100010011000010010011001001011101010111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558984; }

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

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

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

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

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

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

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

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