Html Css Color HEX #558985 Lochinvar

📋 copy color: '#558985'

red 85 ◦ green 137 ◦ blue 133

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

Shades of Lochinvar #558985

Tints of Lochinvar #558985

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.59%

 BLUE value IS 133 (52.34% from 255) = 37.46%

R = 23.94%
G = 38.59%
B = 37.46%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#558985 (or 0x558985) is known color: Lochinvar. HEX triplet: 55, 89 and 85. RGB value is (85,137,133). Sum of RGB (Red+Green+Blue) = 85+137+133=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 137 - color contains mainly: green. Hex color #558985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558985 is #AA767A. Grayscale: #787878. Windows color (decimal): -11171451 or 8751445. OLE color: 8751445.

HSL color Cylindrical-coordinate representation of color #558985: hue angle of 175.38º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558985 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 137 133 -
CMYK 0.38 0 0.03 0.46
HSL 175.38º 0.23% 0.44% -
HSV(B) 175.38º 0.38% 0.54% -
XYZ 16.93 21.52 25.45 -
YUV 121 134.77 102.33 -
System Red Green Blue C M Y K H S L
Decimal 85 137 133 0.38 0 0.03 0.46 175.38 0.23 0.44
Hex 55 89 85 26 0 3 2E AF 17 2C
Octal 125 211 205 46 0 3 56 257 27 54
Binary 1010101 10001001 10000101 100110 0 11 101110 10101111 10111 101100

Color Harmonies of #558985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558985

Black with #558985

Text Example


Text Example

White with #558985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558985; }

 p { color: rgb(85,137,133); }

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

background-color css

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

 a { background-color: rgb(85,137,133); }

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

border-color css

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

 span { border-color: rgb(85,137,133); }

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