Html Css Color HEX #55968C Lochinvar

📋 copy color: '#55968C'

red 85 ◦ green 150 ◦ blue 140

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

Shades of Lochinvar #55968C

Tints of Lochinvar #55968C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.33%

R = 22.67%
G = 40%
B = 37.33%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#55968C (or 0x55968C) is known color: Lochinvar. HEX triplet: 55, 96 and 8C. RGB value is (85,150,140). Sum of RGB (Red+Green+Blue) = 85+150+140=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 150 - color contains mainly: green. Hex color #55968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55968C is #AA6973. Grayscale: #818181. Windows color (decimal): -11168116 or 9213525. OLE color: 9213525.

HSL color Cylindrical-coordinate representation of color #55968C: hue angle of 170.77º 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 #55968C is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 150 140 -
CMYK 0.43 0 0.07 0.41
HSL 170.77º 0.28% 0.46% -
HSV(B) 170.77º 0.43% 0.59% -
XYZ 19.39 25.64 28.74 -
YUV 129.43 133.97 96.31 -
System Red Green Blue C M Y K H S L
Decimal 85 150 140 0.43 0 0.07 0.41 170.77 0.28 0.46
Hex 55 96 8C 2B 0 7 29 AB 1C 2E
Octal 125 226 214 53 0 7 51 253 34 56
Binary 1010101 10010110 10001100 101011 0 111 101001 10101011 11100 101110

Color Harmonies of #55968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55968C

Black with #55968C

Text Example


Text Example

White with #55968C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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