Html Css Color HEX #53895D Como

📋 copy color: '#53895D'

red 83 ◦ green 137 ◦ blue 93

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

Shades of Como #53895D

Tints of Como #53895D

RGB

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

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

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

R = 26.52%
G = 43.77%
B = 29.71%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#53895D (or 0x53895D) is known color: Como. HEX triplet: 53, 89 and 5D. RGB value is (83,137,93). Sum of RGB (Red+Green+Blue) = 83+137+93=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #53895D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53895D is #AC76A2. Grayscale: #737373. Windows color (decimal): -11302563 or 6130003. OLE color: 6130003.

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

Color convert

RGB 83 137 93 -
CMYK 0.39 0 0.32 0.46
HSL 131.11º 0.25% 0.43% -
HSV(B) 131.11º 0.39% 0.54% -
XYZ 14.49 20.52 13.55 -
YUV 115.84 115.11 104.58 -
System Red Green Blue C M Y K H S L
Decimal 83 137 93 0.39 0 0.32 0.46 131.11 0.25 0.43
Hex 53 89 5D 27 0 20 2E 83 19 2B
Octal 123 211 135 47 0 40 56 203 31 53
Binary 1010011 10001001 1011101 100111 0 100000 101110 10000011 11001 101011

Color Harmonies of #53895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53895D

Black with #53895D

Text Example


Text Example

White with #53895D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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