Html Css Color HEX #559E8D Lochinvar

📋 copy color: '#559E8D'

red 85 ◦ green 158 ◦ blue 141

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

Shades of Lochinvar #559E8D

Tints of Lochinvar #559E8D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.15%

 BLUE value IS 141 (55.47% from 255) = 36.72%

R = 22.14%
G = 41.15%
B = 36.72%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#559E8D (or 0x559E8D) is known color: Lochinvar. HEX triplet: 55, 9E and 8D. RGB value is (85,158,141). Sum of RGB (Red+Green+Blue) = 85+158+141=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 158 - color contains mainly: green. Hex color #559E8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559E8D is #AA6172. Grayscale: #868686. Windows color (decimal): -11166067 or 9281109. OLE color: 9281109.

HSL color Cylindrical-coordinate representation of color #559E8D: hue angle of 166.03º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559E8D is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 158 141 -
CMYK 0.46 0 0.11 0.38
HSL 166.03º 0.3% 0.48% -
HSV(B) 166.03º 0.46% 0.62% -
XYZ 20.78 28.31 29.57 -
YUV 134.24 131.82 92.88 -
System Red Green Blue C M Y K H S L
Decimal 85 158 141 0.46 0 0.11 0.38 166.03 0.3 0.48
Hex 55 9E 8D 2E 0 B 26 A6 1E 30
Octal 125 236 215 56 0 13 46 246 36 60
Binary 1010101 10011110 10001101 101110 0 1011 100110 10100110 11110 110000

Color Harmonies of #559E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559E8D

Black with #559E8D

Text Example


Text Example

White with #559E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559E8D; }

 p { color: rgb(85,158,141); }

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

background-color css

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

 a { background-color: rgb(85,158,141); }

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

border-color css

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

 span { border-color: rgb(85,158,141); }

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