Html Css Color HEX #559284 Lochinvar

📋 copy color: '#559284'

red 85 ◦ green 146 ◦ blue 132

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

Shades of Lochinvar #559284

Tints of Lochinvar #559284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.36%

R = 23.42%
G = 40.22%
B = 36.36%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#559284 (or 0x559284) is known color: Lochinvar. HEX triplet: 55, 92 and 84. RGB value is (85,146,132). Sum of RGB (Red+Green+Blue) = 85+146+132=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 146 - color contains mainly: green. Hex color #559284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559284 is #AA6D7B. Grayscale: #7E7E7E. Windows color (decimal): -11169148 or 8688213. OLE color: 8688213.

HSL color Cylindrical-coordinate representation of color #559284: hue angle of 166.23º 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 #559284 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 146 132 -
CMYK 0.42 0 0.10 0.43
HSL 166.23º 0.26% 0.45% -
HSV(B) 166.23º 0.42% 0.57% -
XYZ 18.19 24.16 25.53 -
YUV 126.17 131.29 98.64 -
System Red Green Blue C M Y K H S L
Decimal 85 146 132 0.42 0 0.10 0.43 166.23 0.26 0.45
Hex 55 92 84 2A 0 A 2B A6 1A 2D
Octal 125 222 204 52 0 12 53 246 32 55
Binary 1010101 10010010 10000100 101010 0 1010 101011 10100110 11010 101101

Color Harmonies of #559284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559284

Black with #559284

Text Example


Text Example

White with #559284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559284; }

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

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

background-color css

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

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

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

border-color css

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

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

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