Html Css Color HEX #53885F Como

📋 copy color: '#53885F'

red 83 ◦ green 136 ◦ blue 95

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

Shades of Como #53885F

Tints of Como #53885F

RGB

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

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

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

R = 26.43%
G = 43.31%
B = 30.25%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#53885F (or 0x53885F) is known color: Como. HEX triplet: 53, 88 and 5F. RGB value is (83,136,95). Sum of RGB (Red+Green+Blue) = 83+136+95=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #53885F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53885F is #AC77A0. Grayscale: #737373. Windows color (decimal): -11302817 or 6260819. OLE color: 6260819.

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

Color convert

RGB 83 136 95 -
CMYK 0.39 0 0.30 0.47
HSL 133.58º 0.24% 0.43% -
HSV(B) 133.58º 0.39% 0.53% -
XYZ 14.44 20.27 13.98 -
YUV 115.48 116.44 104.83 -
System Red Green Blue C M Y K H S L
Decimal 83 136 95 0.39 0 0.30 0.47 133.58 0.24 0.43
Hex 53 88 5F 27 0 1E 2F 86 18 2B
Octal 123 210 137 47 0 36 57 206 30 53
Binary 1010011 10001000 1011111 100111 0 11110 101111 10000110 11000 101011

Color Harmonies of #53885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53885F

Black with #53885F

Text Example


Text Example

White with #53885F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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