Html Css Color HEX #55988C Lochinvar

📋 copy color: '#55988C'

red 85 ◦ green 152 ◦ blue 140

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

Shades of Lochinvar #55988C

Tints of Lochinvar #55988C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.32%

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

R = 22.55%
G = 40.32%
B = 37.14%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#55988C (or 0x55988C) is known color: Lochinvar. HEX triplet: 55, 98 and 8C. RGB value is (85,152,140). Sum of RGB (Red+Green+Blue) = 85+152+140=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 152 - color contains mainly: green. Hex color #55988C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55988C is #AA6773. Grayscale: #828282. Windows color (decimal): -11167604 or 9214037. OLE color: 9214037.

HSL color Cylindrical-coordinate representation of color #55988C: hue angle of 169.25º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55988C is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 152 140 -
CMYK 0.44 0 0.08 0.40
HSL 169.25º 0.28% 0.46% -
HSV(B) 169.25º 0.44% 0.6% -
XYZ 19.71 26.28 28.85 -
YUV 130.6 133.3 95.48 -
System Red Green Blue C M Y K H S L
Decimal 85 152 140 0.44 0 0.08 0.40 169.25 0.28 0.46
Hex 55 98 8C 2C 0 8 28 A9 1C 2E
Octal 125 230 214 54 0 10 50 251 34 56
Binary 1010101 10011000 10001100 101100 0 1000 101000 10101001 11100 101110

Color Harmonies of #55988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55988C

Black with #55988C

Text Example


Text Example

White with #55988C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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