Html Css Color HEX #558165 Como

📋 copy color: '#558165'

red 85 ◦ green 129 ◦ blue 101

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

Shades of Como #558165

Tints of Como #558165

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.95%

 BLUE value IS 101 (39.84% from 255) = 32.06%

R = 26.98%
G = 40.95%
B = 32.06%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#558165 (or 0x558165) is known color: Como. HEX triplet: 55, 81 and 65. RGB value is (85,129,101). Sum of RGB (Red+Green+Blue) = 85+129+101=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 129 - color contains mainly: green. Hex color #558165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558165 is #AA7E9A. Grayscale: #707070. Windows color (decimal): -11173531 or 6652245. OLE color: 6652245.

HSL color Cylindrical-coordinate representation of color #558165: hue angle of 141.82º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #558165 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 129 101 -
CMYK 0.34 0 0.22 0.49
HSL 141.82º 0.21% 0.42% -
HSV(B) 141.82º 0.34% 0.51% -
XYZ 13.95 18.57 15.16 -
YUV 112.65 121.42 108.28 -
System Red Green Blue C M Y K H S L
Decimal 85 129 101 0.34 0 0.22 0.49 141.82 0.21 0.42
Hex 55 81 65 22 0 16 31 8E 15 2A
Octal 125 201 145 42 0 26 61 216 25 52
Binary 1010101 10000001 1100101 100010 0 10110 110001 10001110 10101 101010

Color Harmonies of #558165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558165

Black with #558165

Text Example


Text Example

White with #558165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558165; }

 p { color: rgb(85,129,101); }

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

background-color css

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

 a { background-color: rgb(85,129,101); }

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

border-color css

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

 span { border-color: rgb(85,129,101); }

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