Html Css Color HEX #55968D Lochinvar

📋 copy color: '#55968D'

red 85 ◦ green 150 ◦ blue 141

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

Shades of Lochinvar #55968D

Tints of Lochinvar #55968D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.89%

 BLUE value IS 141 (55.47% from 255) = 37.5%

R = 22.61%
G = 39.89%
B = 37.5%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#55968D (or 0x55968D) is known color: Lochinvar. HEX triplet: 55, 96 and 8D. RGB value is (85,150,141). Sum of RGB (Red+Green+Blue) = 85+150+141=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 150 - color contains mainly: green. Hex color #55968D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55968D is #AA6972. Grayscale: #818181. Windows color (decimal): -11168115 or 9279061. OLE color: 9279061.

HSL color Cylindrical-coordinate representation of color #55968D: hue angle of 171.69º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55968D is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 150 141 -
CMYK 0.43 0 0.06 0.41
HSL 171.69º 0.28% 0.46% -
HSV(B) 171.69º 0.43% 0.59% -
XYZ 19.46 25.67 29.13 -
YUV 129.54 134.47 96.23 -
System Red Green Blue C M Y K H S L
Decimal 85 150 141 0.43 0 0.06 0.41 171.69 0.28 0.46
Hex 55 96 8D 2B 0 6 29 AC 1C 2E
Octal 125 226 215 53 0 6 51 254 34 56
Binary 1010101 10010110 10001101 101011 0 110 101001 10101100 11100 101110

Color Harmonies of #55968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55968D

Black with #55968D

Text Example


Text Example

White with #55968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55968D; }

 p { color: rgb(85,150,141); }

 H1.HeaderClassName
 {
   color: #55968D;
 }
 .AnyTagClassName
 {
   color: #55968D;
 }
</style>

background-color css

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

 a { background-color: rgb(85,150,141); }

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

border-color css

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

 span { border-color: rgb(85,150,141); }

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