#558A7E

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

Shades of Lochinvar #558A7E

Tints of Lochinvar #558A7E

Color information

#558A7E (or 0x558A7E) is unknown color: approx Lochinvar. HEX triplet: 55, 8A and 7E. RGB value is (85,138,126). Sum of RGB (Red+Green+Blue) = 85+138+126=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 138 - color contains mainly: green. Hex color #558A7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558A7E is #AA7581. Grayscale: #787878. Windows color (decimal): -11171202 or 8292949. OLE color: 8292949.

HSL color Cylindrical-coordinate representation of color #558A7E: hue angle of 166.42º degrees, saturation: 0.24, 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 #558A7E is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB85138126-
CMYK0.3800.090.46
HSL166.42º23.77%43.73%-
HSV(B)166.42º38.41%54.12%-
XYZ16.621.6123.04-
YUV120.78130.94102.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.36%
GREEN value IS 138 (54.30% from 255) = 39.54%
BLUE value IS 126 (49.61% from 255) = 36.10%
R=24.36%
G=39.54%
B=36.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851381260.3800.090.46166.4223.7743.73
Hex558A7E26092Ea6182c
Octal12521217646011562463054
Binary1010101100010101111110100110010011011101010011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558A7E; }

 p { color: rgb(85,138,126); }

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

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

 a { background-color: rgb(85,138,126); }

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

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

 span { border-color: rgb(85,138,126); }

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