Html Css Color HEX #55988E Lochinvar

📋 copy color: '#55988E'

red 85 ◦ green 152 ◦ blue 142

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

Shades of Lochinvar #55988E

Tints of Lochinvar #55988E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.47%

R = 22.43%
G = 40.11%
B = 37.47%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#55988E (or 0x55988E) is known color: Lochinvar. HEX triplet: 55, 98 and 8E. RGB value is (85,152,142). Sum of RGB (Red+Green+Blue) = 85+152+142=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #55988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55988E is #AA6771. Grayscale: #828282. Windows color (decimal): -11167602 or 9345109. OLE color: 9345109.

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

Color convert

RGB 85 152 142 -
CMYK 0.44 0 0.07 0.40
HSL 171.04º 0.28% 0.46% -
HSV(B) 171.04º 0.44% 0.6% -
XYZ 19.86 26.34 29.63 -
YUV 130.83 134.3 95.31 -
System Red Green Blue C M Y K H S L
Decimal 85 152 142 0.44 0 0.07 0.40 171.04 0.28 0.46
Hex 55 98 8E 2C 0 7 28 AB 1C 2E
Octal 125 230 216 54 0 7 50 253 34 56
Binary 1010101 10011000 10001110 101100 0 111 101000 10101011 11100 101110

Color Harmonies of #55988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55988E

Black with #55988E

Text Example


Text Example

White with #55988E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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