Html Css Color HEX #559287 Lochinvar

📋 copy color: '#559287'

red 85 ◦ green 146 ◦ blue 135

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

Shades of Lochinvar #559287

Tints of Lochinvar #559287

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.89%

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

R = 23.22%
G = 39.89%
B = 36.89%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#559287 (or 0x559287) is known color: Lochinvar. HEX triplet: 55, 92 and 87. RGB value is (85,146,135). Sum of RGB (Red+Green+Blue) = 85+146+135=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #559287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559287 is #AA6D78. Grayscale: #7E7E7E. Windows color (decimal): -11169145 or 8884821. OLE color: 8884821.

HSL color Cylindrical-coordinate representation of color #559287: hue angle of 169.18º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #559287 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 146 135 -
CMYK 0.42 0 0.08 0.43
HSL 169.18º 0.26% 0.45% -
HSV(B) 169.18º 0.42% 0.57% -
XYZ 18.4 24.24 26.63 -
YUV 126.51 132.79 98.39 -
System Red Green Blue C M Y K H S L
Decimal 85 146 135 0.42 0 0.08 0.43 169.18 0.26 0.45
Hex 55 92 87 2A 0 8 2B A9 1A 2D
Octal 125 222 207 52 0 10 53 251 32 55
Binary 1010101 10010010 10000111 101010 0 1000 101011 10101001 11010 101101

Color Harmonies of #559287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559287

Black with #559287

Text Example


Text Example

White with #559287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559287; }

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

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

background-color css

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

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

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

border-color css

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

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

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