Html Css Color HEX #53885D Como

📋 copy color: '#53885D'

red 83 ◦ green 136 ◦ blue 93

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

Shades of Como #53885D

Tints of Como #53885D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.81%

R = 26.6%
G = 43.59%
B = 29.81%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#53885D (or 0x53885D) is known color: Como. HEX triplet: 53, 88 and 5D. RGB value is (83,136,93). Sum of RGB (Red+Green+Blue) = 83+136+93=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 136 - color contains mainly: green. Hex color #53885D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53885D is #AC77A2. Grayscale: #737373. Windows color (decimal): -11302819 or 6129747. OLE color: 6129747.

HSL color Cylindrical-coordinate representation of color #53885D: hue angle of 131.32º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #53885D is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 136 93 -
CMYK 0.39 0 0.32 0.47
HSL 131.32º 0.24% 0.43% -
HSV(B) 131.32º 0.39% 0.53% -
XYZ 14.35 20.24 13.51 -
YUV 115.25 115.44 105 -
System Red Green Blue C M Y K H S L
Decimal 83 136 93 0.39 0 0.32 0.47 131.32 0.24 0.43
Hex 53 88 5D 27 0 20 2F 83 18 2B
Octal 123 210 135 47 0 40 57 203 30 53
Binary 1010011 10001000 1011101 100111 0 100000 101111 10000011 11000 101011

Color Harmonies of #53885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53885D

Black with #53885D

Text Example


Text Example

White with #53885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53885D; }

 p { color: rgb(83,136,93); }

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

background-color css

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

 a { background-color: rgb(83,136,93); }

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

border-color css

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

 span { border-color: rgb(83,136,93); }

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