Html Css Color HEX #53855F Como

📋 copy color: '#53855F'

red 83 ◦ green 133 ◦ blue 95

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

Shades of Como #53855F

Tints of Como #53855F

RGB

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

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

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

R = 26.69%
G = 42.77%
B = 30.55%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#53855F (or 0x53855F) is known color: Como. HEX triplet: 53, 85 and 5F. RGB value is (83,133,95). Sum of RGB (Red+Green+Blue) = 83+133+95=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #53855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53855F is #AC7AA0. Grayscale: #717171. Windows color (decimal): -11303585 or 6260051. OLE color: 6260051.

HSL color Cylindrical-coordinate representation of color #53855F: hue angle of 134.4º 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 #53855F is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 133 95 -
CMYK 0.38 0 0.29 0.48
HSL 134.4º 0.23% 0.42% -
HSV(B) 134.4º 0.38% 0.52% -
XYZ 14.02 19.44 13.84 -
YUV 113.72 117.44 106.09 -
System Red Green Blue C M Y K H S L
Decimal 83 133 95 0.38 0 0.29 0.48 134.4 0.23 0.42
Hex 53 85 5F 26 0 1D 30 86 17 2A
Octal 123 205 137 46 0 35 60 206 27 52
Binary 1010011 10000101 1011111 100110 0 11101 110000 10000110 10111 101010

Color Harmonies of #53855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53855F

Black with #53855F

Text Example


Text Example

White with #53855F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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