Html Css Color HEX #559D8C Lochinvar

📋 copy color: '#559D8C'

red 85 ◦ green 157 ◦ blue 140

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

Shades of Lochinvar #559D8C

Tints of Lochinvar #559D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.65%

R = 22.25%
G = 41.1%
B = 36.65%

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

#559D8C (or 0x559D8C) is known color: Lochinvar. HEX triplet: 55, 9D and 8C. RGB value is (85,157,140). Sum of RGB (Red+Green+Blue) = 85+157+140=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 157 - color contains mainly: green. Hex color #559D8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559D8C is #AA6273. Grayscale: #858585. Windows color (decimal): -11166324 or 9215317. OLE color: 9215317.

HSL color Cylindrical-coordinate representation of color #559D8C: hue angle of 165.83º 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 #559D8C is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 157 140 -
CMYK 0.46 0 0.11 0.38
HSL 165.83º 0.3% 0.47% -
HSV(B) 165.83º 0.46% 0.62% -
XYZ 20.54 27.94 29.12 -
YUV 133.53 131.65 93.38 -
System Red Green Blue C M Y K H S L
Decimal 85 157 140 0.46 0 0.11 0.38 165.83 0.3 0.47
Hex 55 9D 8C 2E 0 B 26 A6 1E 2F
Octal 125 235 214 56 0 13 46 246 36 57
Binary 1010101 10011101 10001100 101110 0 1011 100110 10100110 11110 101111

Color Harmonies of #559D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559D8C

Black with #559D8C

Text Example


Text Example

White with #559D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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