#558885

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

Shades of Lochinvar #558885

Tints of Lochinvar #558885

Color information

#558885 (or 0x558885) is unknown color: approx Lochinvar. HEX triplet: 55, 88 and 85. RGB value is (85,136,133). Sum of RGB (Red+Green+Blue) = 85+136+133=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 136 - color contains mainly: green. Hex color #558885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558885 is #AA777A. Grayscale: #787878. Windows color (decimal): -11171707 or 8751189. OLE color: 8751189.

HSL color Cylindrical-coordinate representation of color #558885: hue angle of 176.47º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558885 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB85136133-
CMYK0.3800.020.47
HSL176.47º23.08%43.33%-
HSV(B)176.47º37.5%53.33%-
XYZ16.7821.2325.4-
YUV120.41135.1102.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.01%
GREEN value IS 136 (53.52% from 255) = 38.42%
BLUE value IS 133 (52.34% from 255) = 37.57%
R=24.01%
G=38.42%
B=37.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal851361330.3800.020.47176.4723.0843.33
Hex55888526022Fb0172b
Octal1252102054602572602753
Binary101010110001000100001011001100101011111011000010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558885; }

 p { color: rgb(85,136,133); }

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

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

 a { background-color: rgb(85,136,133); }

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

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

 span { border-color: rgb(85,136,133); }

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