Html Css Color HEX #559687 Lochinvar

📋 copy color: '#559687'

red 85 ◦ green 150 ◦ blue 135

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

Shades of Lochinvar #559687

Tints of Lochinvar #559687

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.54%

 BLUE value IS 135 (53.13% from 255) = 36.49%

R = 22.97%
G = 40.54%
B = 36.49%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#559687 (or 0x559687) is known color: Lochinvar. HEX triplet: 55, 96 and 87. RGB value is (85,150,135). Sum of RGB (Red+Green+Blue) = 85+150+135=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 150 - color contains mainly: green. Hex color #559687 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559687 is #AA6978. Grayscale: #808080. Windows color (decimal): -11168121 or 8885845. OLE color: 8885845.

HSL color Cylindrical-coordinate representation of color #559687: hue angle of 166.15º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559687 is Cyan = 0.43, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 150 135 -
CMYK 0.43 0 0.1 0.41
HSL 166.15º 0.28% 0.46% -
HSV(B) 166.15º 0.43% 0.59% -
XYZ 19.03 25.49 26.84 -
YUV 128.86 131.47 96.72 -
System Red Green Blue C M Y K H S L
Decimal 85 150 135 0.43 0 0.1 0.41 166.15 0.28 0.46
Hex 55 96 87 2B 0 A 29 A6 1C 2E
Octal 125 226 207 53 0 12 51 246 34 56
Binary 1010101 10010110 10000111 101011 0 1010 101001 10100110 11100 101110

Color Harmonies of #559687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559687

Black with #559687

Text Example


Text Example

White with #559687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559687; }

 p { color: rgb(85,150,135); }

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

background-color css

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

 a { background-color: rgb(85,150,135); }

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

border-color css

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

 span { border-color: rgb(85,150,135); }

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