#558A7F

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

Shades of Lochinvar #558A7F

Tints of Lochinvar #558A7F

Color information

#558A7F (or 0x558A7F) is unknown color: approx Lochinvar. HEX triplet: 55, 8A and 7F. RGB value is (85,138,127). Sum of RGB (Red+Green+Blue) = 85+138+127=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 138 - color contains mainly: green. Hex color #558A7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558A7F is #AA7580. Grayscale: #787878. Windows color (decimal): -11171201 or 8358485. OLE color: 8358485.

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

Color convert

RGB85138127-
CMYK0.3800.080.46
HSL167.55º23.77%43.73%-
HSV(B)167.55º38.41%54.12%-
XYZ16.6721.6423.38-
YUV120.9131.44102.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.29%
GREEN value IS 138 (54.30% from 255) = 39.43%
BLUE value IS 127 (50% from 255) = 36.29%
R=24.29%
G=39.43%
B=36.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851381270.3800.080.46167.5523.7743.73
Hex558A7F26082Ea8182c
Octal12521217746010562503054
Binary1010101100010101111111100110010001011101010100011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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