#55908A

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

Shades of Lochinvar #55908A

Tints of Lochinvar #55908A

Color information

#55908A (or 0x55908A) is unknown color: approx Lochinvar. HEX triplet: 55, 90 and 8A. RGB value is (85,144,138). Sum of RGB (Red+Green+Blue) = 85+144+138=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 144 - color contains mainly: green. Hex color #55908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55908A is #AA6F75. Grayscale: #7D7D7D. Windows color (decimal): -11169654 or 9080917. OLE color: 9080917.

HSL color Cylindrical-coordinate representation of color #55908A: hue angle of 173.9º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55908A is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB85144138-
CMYK0.4100.040.44
HSL173.9º25.76%44.9%-
HSV(B)173.9º40.97%56.47%-
XYZ18.3123.7127.66-
YUV125.67134.9598.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.16%
GREEN value IS 144 (56.64% from 255) = 39.24%
BLUE value IS 138 (54.30% from 255) = 37.60%
R=23.16%
G=39.24%
B=37.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851441380.4100.040.44173.925.7644.9
Hex55908A29042Cae1a2d
Octal1252202125104542563255
Binary1010101100100001000101010100101001011001010111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55908A; }

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

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

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

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

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

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

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

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