Html Css Color HEX #53825E Como

📋 copy color: '#53825E'

red 83 ◦ green 130 ◦ blue 94

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

Shades of Como #53825E

Tints of Como #53825E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.62%

R = 27.04%
G = 42.35%
B = 30.62%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#53825E (or 0x53825E) is known color: Como. HEX triplet: 53, 82 and 5E. RGB value is (83,130,94). Sum of RGB (Red+Green+Blue) = 83+130+94=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #53825E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53825E is #AC7DA1. Grayscale: #6F6F6F. Windows color (decimal): -11304354 or 6193747. OLE color: 6193747.

HSL color Cylindrical-coordinate representation of color #53825E: hue angle of 134.04º 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 #53825E is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 130 94 -
CMYK 0.36 0 0.28 0.49
HSL 134.04º 0.22% 0.42% -
HSV(B) 134.04º 0.36% 0.51% -
XYZ 13.57 18.61 13.47 -
YUV 111.84 117.93 107.43 -
System Red Green Blue C M Y K H S L
Decimal 83 130 94 0.36 0 0.28 0.49 134.04 0.22 0.42
Hex 53 82 5E 24 0 1C 31 86 16 2A
Octal 123 202 136 44 0 34 61 206 26 52
Binary 1010011 10000010 1011110 100100 0 11100 110001 10000110 10110 101010

Color Harmonies of #53825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53825E

Black with #53825E

Text Example


Text Example

White with #53825E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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