Html Css Color HEX #53875C Como

📋 copy color: '#53875C'

red 83 ◦ green 135 ◦ blue 92

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

Shades of Como #53875C

Tints of Como #53875C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.55%

 BLUE value IS 92 (36.33% from 255) = 29.68%

R = 26.77%
G = 43.55%
B = 29.68%

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

#53875C (or 0x53875C) is known color: Como. HEX triplet: 53, 87 and 5C. RGB value is (83,135,92). Sum of RGB (Red+Green+Blue) = 83+135+92=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 135 - color contains mainly: green. Hex color #53875C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53875C is #AC78A3. Grayscale: #727272. Windows color (decimal): -11303076 or 6063955. OLE color: 6063955.

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

Color convert

RGB 83 135 92 -
CMYK 0.39 0 0.32 0.47
HSL 130.38º 0.24% 0.43% -
HSV(B) 130.38º 0.39% 0.53% -
XYZ 14.16 19.94 13.23 -
YUV 114.55 115.27 105.5 -
System Red Green Blue C M Y K H S L
Decimal 83 135 92 0.39 0 0.32 0.47 130.38 0.24 0.43
Hex 53 87 5C 27 0 20 2F 82 18 2B
Octal 123 207 134 47 0 40 57 202 30 53
Binary 1010011 10000111 1011100 100111 0 100000 101111 10000010 11000 101011

Color Harmonies of #53875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53875C

Black with #53875C

Text Example


Text Example

White with #53875C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53875C; }

 p { color: rgb(83,135,92); }

 H1.HeaderClassName
 {
   color: #53875C;
 }
 .AnyTagClassName
 {
   color: #53875C;
 }
</style>

background-color css

<style>
 a { background-color: #53875C; }

 a { background-color: rgb(83,135,92); }

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

border-color css

<style>
 span { border-color: #53875C; }

 span { border-color: rgb(83,135,92); }

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