Html Css Color HEX #559F90 Lochinvar

📋 copy color: '#559F90'

red 85 ◦ green 159 ◦ blue 144

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

Shades of Lochinvar #559F90

Tints of Lochinvar #559F90

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.98%

 BLUE value IS 144 (56.64% from 255) = 37.11%

R = 21.91%
G = 40.98%
B = 37.11%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#559F90 (or 0x559F90) is known color: Lochinvar. HEX triplet: 55, 9F and 90. RGB value is (85,159,144). Sum of RGB (Red+Green+Blue) = 85+159+144=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 159 - color contains mainly: green. Hex color #559F90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559F90 is #AA606F. Grayscale: #878787. Windows color (decimal): -11165808 or 9477973. OLE color: 9477973.

HSL color Cylindrical-coordinate representation of color #559F90: hue angle of 167.84º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #559F90 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 159 144 -
CMYK 0.47 0 0.09 0.38
HSL 167.84º 0.3% 0.48% -
HSV(B) 167.84º 0.47% 0.62% -
XYZ 21.18 28.74 30.82 -
YUV 135.16 132.98 92.22 -
System Red Green Blue C M Y K H S L
Decimal 85 159 144 0.47 0 0.09 0.38 167.84 0.3 0.48
Hex 55 9F 90 2F 0 9 26 A8 1E 30
Octal 125 237 220 57 0 11 46 250 36 60
Binary 1010101 10011111 10010000 101111 0 1001 100110 10101000 11110 110000

Color Harmonies of #559F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559F90

Black with #559F90

Text Example


Text Example

White with #559F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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