Html Css Color HEX #53895F Como

📋 copy color: '#53895F'

red 83 ◦ green 137 ◦ blue 95

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

Shades of Como #53895F

Tints of Como #53895F

RGB

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

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

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

R = 26.35%
G = 43.49%
B = 30.16%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#53895F (or 0x53895F) is known color: Como. HEX triplet: 53, 89 and 5F. RGB value is (83,137,95). Sum of RGB (Red+Green+Blue) = 83+137+95=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 137 - color contains mainly: green. Hex color #53895F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53895F is #AC76A0. Grayscale: #747474. Windows color (decimal): -11302561 or 6261075. OLE color: 6261075.

HSL color Cylindrical-coordinate representation of color #53895F: hue angle of 133.33º 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 #53895F is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 137 95 -
CMYK 0.39 0 0.31 0.46
HSL 133.33º 0.25% 0.43% -
HSV(B) 133.33º 0.39% 0.54% -
XYZ 14.58 20.56 14.03 -
YUV 116.07 116.11 104.42 -
System Red Green Blue C M Y K H S L
Decimal 83 137 95 0.39 0 0.31 0.46 133.33 0.25 0.43
Hex 53 89 5F 27 0 1F 2E 85 19 2B
Octal 123 211 137 47 0 37 56 205 31 53
Binary 1010011 10001001 1011111 100111 0 11111 101110 10000101 11001 101011

Color Harmonies of #53895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53895F

Black with #53895F

Text Example


Text Example

White with #53895F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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