Html Css Color HEX #559D8F Lochinvar

📋 copy color: '#559D8F'

red 85 ◦ green 157 ◦ blue 143

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

Shades of Lochinvar #559D8F

Tints of Lochinvar #559D8F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.78%

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

R = 22.08%
G = 40.78%
B = 37.14%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#559D8F (or 0x559D8F) is known color: Lochinvar. HEX triplet: 55, 9D and 8F. RGB value is (85,157,143). Sum of RGB (Red+Green+Blue) = 85+157+143=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 157 - color contains mainly: green. Hex color #559D8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559D8F is #AA6270. Grayscale: #858585. Windows color (decimal): -11166321 or 9411925. OLE color: 9411925.

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

Color convert

RGB 85 157 143 -
CMYK 0.46 0 0.09 0.38
HSL 168.33º 0.3% 0.47% -
HSV(B) 168.33º 0.46% 0.62% -
XYZ 20.76 28.03 30.3 -
YUV 133.88 133.15 93.14 -
System Red Green Blue C M Y K H S L
Decimal 85 157 143 0.46 0 0.09 0.38 168.33 0.3 0.47
Hex 55 9D 8F 2E 0 9 26 A8 1E 2F
Octal 125 235 217 56 0 11 46 250 36 57
Binary 1010101 10011101 10001111 101110 0 1001 100110 10101000 11110 101111

Color Harmonies of #559D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559D8F

Black with #559D8F

Text Example


Text Example

White with #559D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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