Html Css Color HEX #559487 Lochinvar

📋 copy color: '#559487'

red 85 ◦ green 148 ◦ blue 135

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

Shades of Lochinvar #559487

Tints of Lochinvar #559487

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.22%

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

R = 23.1%
G = 40.22%
B = 36.68%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#559487 (or 0x559487) is known color: Lochinvar. HEX triplet: 55, 94 and 87. RGB value is (85,148,135). Sum of RGB (Red+Green+Blue) = 85+148+135=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 148 - color contains mainly: green. Hex color #559487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559487 is #AA6B78. Grayscale: #7F7F7F. Windows color (decimal): -11168633 or 8885333. OLE color: 8885333.

HSL color Cylindrical-coordinate representation of color #559487: hue angle of 167.62º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559487 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 148 135 -
CMYK 0.43 0 0.09 0.42
HSL 167.62º 0.27% 0.46% -
HSV(B) 167.62º 0.43% 0.58% -
XYZ 18.71 24.86 26.73 -
YUV 127.68 132.13 97.56 -
System Red Green Blue C M Y K H S L
Decimal 85 148 135 0.43 0 0.09 0.42 167.62 0.27 0.46
Hex 55 94 87 2B 0 9 2A A8 1B 2E
Octal 125 224 207 53 0 11 52 250 33 56
Binary 1010101 10010100 10000111 101011 0 1001 101010 10101000 11011 101110

Color Harmonies of #559487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559487

Black with #559487

Text Example


Text Example

White with #559487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559487; }

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

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

background-color css

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

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

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

border-color css

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

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

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