Html Css Color HEX #53825C Como

📋 copy color: '#53825C'

red 83 ◦ green 130 ◦ blue 92

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

Shades of Como #53825C

Tints of Como #53825C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.62%

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

R = 27.21%
G = 42.62%
B = 30.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#53825C (or 0x53825C) is known color: Como. HEX triplet: 53, 82 and 5C. RGB value is (83,130,92). Sum of RGB (Red+Green+Blue) = 83+130+92=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #53825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53825C is #AC7DA3. Grayscale: #6F6F6F. Windows color (decimal): -11304356 or 6062675. OLE color: 6062675.

HSL color Cylindrical-coordinate representation of color #53825C: hue angle of 131.49º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #53825C is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 130 92 -
CMYK 0.36 0 0.29 0.49
HSL 131.49º 0.22% 0.42% -
HSV(B) 131.49º 0.36% 0.51% -
XYZ 13.48 18.58 13 -
YUV 111.62 116.93 107.59 -
System Red Green Blue C M Y K H S L
Decimal 83 130 92 0.36 0 0.29 0.49 131.49 0.22 0.42
Hex 53 82 5C 24 0 1D 31 83 16 2A
Octal 123 202 134 44 0 35 61 203 26 52
Binary 1010011 10000010 1011100 100100 0 11101 110001 10000011 10110 101010

Color Harmonies of #53825C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53825C

Black with #53825C

Text Example


Text Example

White with #53825C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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