Html Css Color HEX #559081 Lochinvar

📋 copy color: '#559081'

red 85 ◦ green 144 ◦ blue 129

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

Shades of Lochinvar #559081

Tints of Lochinvar #559081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.03%

R = 23.74%
G = 40.22%
B = 36.03%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#559081 (or 0x559081) is known color: Lochinvar. HEX triplet: 55, 90 and 81. RGB value is (85,144,129). Sum of RGB (Red+Green+Blue) = 85+144+129=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 144 - color contains mainly: green. Hex color #559081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559081 is #AA6F7E. Grayscale: #7C7C7C. Windows color (decimal): -11169663 or 8491093. OLE color: 8491093.

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

Color convert

RGB 85 144 129 -
CMYK 0.41 0 0.10 0.44
HSL 164.75º 0.26% 0.45% -
HSV(B) 164.75º 0.41% 0.56% -
XYZ 17.68 23.46 24.37 -
YUV 124.65 130.45 99.72 -
System Red Green Blue C M Y K H S L
Decimal 85 144 129 0.41 0 0.10 0.44 164.75 0.26 0.45
Hex 55 90 81 29 0 A 2C A5 1A 2D
Octal 125 220 201 51 0 12 54 245 32 55
Binary 1010101 10010000 10000001 101001 0 1010 101100 10100101 11010 101101

Color Harmonies of #559081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559081

Black with #559081

Text Example


Text Example

White with #559081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559081; }

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

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

background-color css

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

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

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

border-color css

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

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

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