Html Css Color HEX #55988F Lochinvar

📋 copy color: '#55988F'

red 85 ◦ green 152 ◦ blue 143

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

Shades of Lochinvar #55988F

Tints of Lochinvar #55988F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.63%

R = 22.37%
G = 40%
B = 37.63%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#55988F (or 0x55988F) is known color: Lochinvar. HEX triplet: 55, 98 and 8F. RGB value is (85,152,143). Sum of RGB (Red+Green+Blue) = 85+152+143=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 152 - color contains mainly: green. Hex color #55988F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55988F is #AA6770. Grayscale: #828282. Windows color (decimal): -11167601 or 9410645. OLE color: 9410645.

HSL color Cylindrical-coordinate representation of color #55988F: hue angle of 171.94º 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 #55988F is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 152 143 -
CMYK 0.44 0 0.06 0.40
HSL 171.94º 0.28% 0.46% -
HSV(B) 171.94º 0.44% 0.6% -
XYZ 19.93 26.37 30.03 -
YUV 130.94 134.8 95.23 -
System Red Green Blue C M Y K H S L
Decimal 85 152 143 0.44 0 0.06 0.40 171.94 0.28 0.46
Hex 55 98 8F 2C 0 6 28 AC 1C 2E
Octal 125 230 217 54 0 6 50 254 34 56
Binary 1010101 10011000 10001111 101100 0 110 101000 10101100 11100 101110

Color Harmonies of #55988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55988F

Black with #55988F

Text Example


Text Example

White with #55988F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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