Html Css Color HEX #558983 Lochinvar

📋 copy color: '#558983'

red 85 ◦ green 137 ◦ blue 131

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

Shades of Lochinvar #558983

Tints of Lochinvar #558983

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.81%

 BLUE value IS 131 (51.56% from 255) = 37.11%

R = 24.08%
G = 38.81%
B = 37.11%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#558983 (or 0x558983) is known color: Lochinvar. HEX triplet: 55, 89 and 83. RGB value is (85,137,131). Sum of RGB (Red+Green+Blue) = 85+137+131=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 137 - color contains mainly: green. Hex color #558983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558983 is #AA767C. Grayscale: #787878. Windows color (decimal): -11171453 or 8620373. OLE color: 8620373.

HSL color Cylindrical-coordinate representation of color #558983: hue angle of 173.08º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558983 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 137 131 -
CMYK 0.38 0 0.04 0.46
HSL 173.08º 0.23% 0.44% -
HSV(B) 173.08º 0.38% 0.54% -
XYZ 16.79 21.46 24.73 -
YUV 120.77 133.77 102.49 -
System Red Green Blue C M Y K H S L
Decimal 85 137 131 0.38 0 0.04 0.46 173.08 0.23 0.44
Hex 55 89 83 26 0 4 2E AD 17 2C
Octal 125 211 203 46 0 4 56 255 27 54
Binary 1010101 10001001 10000011 100110 0 100 101110 10101101 10111 101100

Color Harmonies of #558983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558983

Black with #558983

Text Example


Text Example

White with #558983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558983; }

 p { color: rgb(85,137,131); }

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

background-color css

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

 a { background-color: rgb(85,137,131); }

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

border-color css

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

 span { border-color: rgb(85,137,131); }

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