Html Css Color HEX #55825F Como

📋 copy color: '#55825F'

red 85 ◦ green 130 ◦ blue 95

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

Shades of Como #55825F

Tints of Como #55825F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.94%

 BLUE value IS 95 (37.5% from 255) = 30.65%

R = 27.42%
G = 41.94%
B = 30.65%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#55825F (or 0x55825F) is known color: Como. HEX triplet: 55, 82 and 5F. RGB value is (85,130,95). Sum of RGB (Red+Green+Blue) = 85+130+95=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #55825F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55825F is #AA7DA0. Grayscale: #707070. Windows color (decimal): -11173281 or 6259285. OLE color: 6259285.

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

Color convert

RGB 85 130 95 -
CMYK 0.35 0 0.27 0.49
HSL 133.33º 0.21% 0.42% -
HSV(B) 133.33º 0.35% 0.51% -
XYZ 13.79 18.72 13.71 -
YUV 112.56 118.09 108.35 -
System Red Green Blue C M Y K H S L
Decimal 85 130 95 0.35 0 0.27 0.49 133.33 0.21 0.42
Hex 55 82 5F 23 0 1B 31 85 15 2A
Octal 125 202 137 43 0 33 61 205 25 52
Binary 1010101 10000010 1011111 100011 0 11011 110001 10000101 10101 101010

Color Harmonies of #55825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55825F

Black with #55825F

Text Example


Text Example

White with #55825F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55825F; }

 p { color: rgb(85,130,95); }

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

background-color css

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

 a { background-color: rgb(85,130,95); }

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

border-color css

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

 span { border-color: rgb(85,130,95); }

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