Html Css Color HEX #53855C Como

📋 copy color: '#53855C'

red 83 ◦ green 133 ◦ blue 92

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

Shades of Como #53855C

Tints of Como #53855C

RGB

 RED value IS 83 (32.81% from 255) = 26.95%

 GREEN value IS 133 (52.34% from 255) = 43.18%

 BLUE value IS 92 (36.33% from 255) = 29.87%

R = 26.95%
G = 43.18%
B = 29.87%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#53855C (or 0x53855C) is known color: Como. HEX triplet: 53, 85 and 5C. RGB value is (83,133,92). Sum of RGB (Red+Green+Blue) = 83+133+92=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 133 - color contains mainly: green. Hex color #53855C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53855C is #AC7AA3. Grayscale: #717171. Windows color (decimal): -11303588 or 6063443. OLE color: 6063443.

HSL color Cylindrical-coordinate representation of color #53855C: hue angle of 130.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #53855C is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 133 92 -
CMYK 0.38 0 0.31 0.48
HSL 130.8º 0.23% 0.42% -
HSV(B) 130.8º 0.38% 0.52% -
XYZ 13.89 19.39 13.14 -
YUV 113.38 115.94 106.33 -
System Red Green Blue C M Y K H S L
Decimal 83 133 92 0.38 0 0.31 0.48 130.8 0.23 0.42
Hex 53 85 5C 26 0 1F 30 83 17 2A
Octal 123 205 134 46 0 37 60 203 27 52
Binary 1010011 10000101 1011100 100110 0 11111 110000 10000011 10111 101010

Color Harmonies of #53855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53855C

Black with #53855C

Text Example


Text Example

White with #53855C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53855C; }

 p { color: rgb(83,133,92); }

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

background-color css

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

 a { background-color: rgb(83,133,92); }

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

border-color css

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

 span { border-color: rgb(83,133,92); }

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