Html Css Color HEX #559488 Lochinvar

📋 copy color: '#559488'

red 85 ◦ green 148 ◦ blue 136

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

Shades of Lochinvar #559488

Tints of Lochinvar #559488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.86%

R = 23.04%
G = 40.11%
B = 36.86%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#559488 (or 0x559488) is known color: Lochinvar. HEX triplet: 55, 94 and 88. RGB value is (85,148,136). Sum of RGB (Red+Green+Blue) = 85+148+136=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 148 - color contains mainly: green. Hex color #559488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559488 is #AA6B77. Grayscale: #7F7F7F. Windows color (decimal): -11168632 or 8950869. OLE color: 8950869.

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

Color convert

RGB 85 148 136 -
CMYK 0.43 0 0.08 0.42
HSL 168.57º 0.27% 0.46% -
HSV(B) 168.57º 0.43% 0.58% -
XYZ 18.78 24.89 27.11 -
YUV 127.8 132.63 97.48 -
System Red Green Blue C M Y K H S L
Decimal 85 148 136 0.43 0 0.08 0.42 168.57 0.27 0.46
Hex 55 94 88 2B 0 8 2A A9 1B 2E
Octal 125 224 210 53 0 10 52 251 33 56
Binary 1010101 10010100 10001000 101011 0 1000 101010 10101001 11011 101110

Color Harmonies of #559488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559488

Black with #559488

Text Example


Text Example

White with #559488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559488; }

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

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

background-color css

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

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

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

border-color css

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

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

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