Html Css Color HEX #558880 Lochinvar

📋 copy color: '#558880'

red 85 ◦ green 136 ◦ blue 128

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

Shades of Lochinvar #558880

Tints of Lochinvar #558880

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.97%

 BLUE value IS 128 (50.39% from 255) = 36.68%

R = 24.36%
G = 38.97%
B = 36.68%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#558880 (or 0x558880) is known color: Lochinvar. HEX triplet: 55, 88 and 80. RGB value is (85,136,128). Sum of RGB (Red+Green+Blue) = 85+136+128=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 136 - color contains mainly: green. Hex color #558880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558880 is #AA777F. Grayscale: #777777. Windows color (decimal): -11171712 or 8423509. OLE color: 8423509.

HSL color Cylindrical-coordinate representation of color #558880: hue angle of 170.59º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558880 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 136 128 -
CMYK 0.38 0 0.06 0.47
HSL 170.59º 0.23% 0.43% -
HSV(B) 170.59º 0.38% 0.53% -
XYZ 16.45 21.1 23.63 -
YUV 119.84 132.6 103.15 -
System Red Green Blue C M Y K H S L
Decimal 85 136 128 0.38 0 0.06 0.47 170.59 0.23 0.43
Hex 55 88 80 26 0 6 2F AB 17 2B
Octal 125 210 200 46 0 6 57 253 27 53
Binary 1010101 10001000 10000000 100110 0 110 101111 10101011 10111 101011

Color Harmonies of #558880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558880

Black with #558880

Text Example


Text Example

White with #558880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558880; }

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

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

background-color css

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

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

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

border-color css

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

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

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