Html Css Color HEX #55938B Lochinvar

📋 copy color: '#55938B'

red 85 ◦ green 147 ◦ blue 139

#55938B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #55938B

Tints of Lochinvar #55938B

RGB

 RED value IS 85 (33.59% from 255) = 22.91%

 GREEN value IS 147 (57.81% from 255) = 39.62%

 BLUE value IS 139 (54.69% from 255) = 37.47%

R = 22.91%
G = 39.62%
B = 37.47%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#55938B (or 0x55938B) is known color: Lochinvar. HEX triplet: 55, 93 and 8B. RGB value is (85,147,139). Sum of RGB (Red+Green+Blue) = 85+147+139=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 147 - color contains mainly: green. Hex color #55938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55938B is #AA6C74. Grayscale: #7F7F7F. Windows color (decimal): -11168885 or 9147221. OLE color: 9147221.

HSL color Cylindrical-coordinate representation of color #55938B: hue angle of 172.26º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55938B is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 147 139 -
CMYK 0.42 0 0.05 0.42
HSL 172.26º 0.27% 0.45% -
HSV(B) 172.26º 0.42% 0.58% -
XYZ 18.84 24.66 28.19 -
YUV 127.55 134.46 97.65 -
System Red Green Blue C M Y K H S L
Decimal 85 147 139 0.42 0 0.05 0.42 172.26 0.27 0.45
Hex 55 93 8B 2A 0 5 2A AC 1B 2D
Octal 125 223 213 52 0 5 52 254 33 55
Binary 1010101 10010011 10001011 101010 0 101 101010 10101100 11011 101101

Color Harmonies of #55938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55938B

Black with #55938B

Text Example


Text Example

White with #55938B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55938B; }

 p { color: rgb(85,147,139); }

 H1.HeaderClassName
 {
   color: #55938B;
 }
 .AnyTagClassName
 {
   color: #55938B;
 }
</style>

background-color css

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

 a { background-color: rgb(85,147,139); }

 div.DivClassName
 {
   background-color: #55938B;
 }
 .BgClassName
 {
   background-color: #55938B;
 }
</style>

border-color css

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

 span { border-color: rgb(85,147,139); }

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