Html Css Color HEX #559088 Lochinvar

📋 copy color: '#559088'

red 85 ◦ green 144 ◦ blue 136

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

Shades of Lochinvar #559088

Tints of Lochinvar #559088

RGB

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

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

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

R = 23.29%
G = 39.45%
B = 37.26%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#559088 (or 0x559088) is known color: Lochinvar. HEX triplet: 55, 90 and 88. RGB value is (85,144,136). Sum of RGB (Red+Green+Blue) = 85+144+136=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 144 - color contains mainly: green. Hex color #559088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559088 is #AA6F77. Grayscale: #7D7D7D. Windows color (decimal): -11169656 or 8949845. OLE color: 8949845.

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

Color convert

RGB 85 144 136 -
CMYK 0.41 0 0.06 0.44
HSL 171.86º 0.26% 0.45% -
HSV(B) 171.86º 0.41% 0.56% -
XYZ 18.16 23.66 26.9 -
YUV 125.45 133.95 99.15 -
System Red Green Blue C M Y K H S L
Decimal 85 144 136 0.41 0 0.06 0.44 171.86 0.26 0.45
Hex 55 90 88 29 0 6 2C AC 1A 2D
Octal 125 220 210 51 0 6 54 254 32 55
Binary 1010101 10010000 10001000 101001 0 110 101100 10101100 11010 101101

Color Harmonies of #559088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559088

Black with #559088

Text Example


Text Example

White with #559088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559088; }

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

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

background-color css

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

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

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

border-color css

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

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

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