Html Css Color HEX #559083 Lochinvar

📋 copy color: '#559083'

red 85 ◦ green 144 ◦ blue 131

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

Shades of Lochinvar #559083

Tints of Lochinvar #559083

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40%

 BLUE value IS 131 (51.56% from 255) = 36.39%

R = 23.61%
G = 40%
B = 36.39%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#559083 (or 0x559083) is known color: Lochinvar. HEX triplet: 55, 90 and 83. RGB value is (85,144,131). Sum of RGB (Red+Green+Blue) = 85+144+131=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 144 - color contains mainly: green. Hex color #559083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559083 is #AA6F7C. Grayscale: #7C7C7C. Windows color (decimal): -11169661 or 8622165. OLE color: 8622165.

HSL color Cylindrical-coordinate representation of color #559083: hue angle of 166.78º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #559083 is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 144 131 -
CMYK 0.41 0 0.09 0.44
HSL 166.78º 0.26% 0.45% -
HSV(B) 166.78º 0.41% 0.56% -
XYZ 17.82 23.52 25.07 -
YUV 124.88 131.45 99.56 -
System Red Green Blue C M Y K H S L
Decimal 85 144 131 0.41 0 0.09 0.44 166.78 0.26 0.45
Hex 55 90 83 29 0 9 2C A7 1A 2D
Octal 125 220 203 51 0 11 54 247 32 55
Binary 1010101 10010000 10000011 101001 0 1001 101100 10100111 11010 101101

Color Harmonies of #559083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559083

Black with #559083

Text Example


Text Example

White with #559083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559083; }

 p { color: rgb(85,144,131); }

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

background-color css

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

 a { background-color: rgb(85,144,131); }

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

border-color css

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

 span { border-color: rgb(85,144,131); }

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