Html Css Color HEX #52845D Como

📋 copy color: '#52845D'

red 82 ◦ green 132 ◦ blue 93

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

Shades of Como #52845D

Tints of Como #52845D

RGB

 RED value IS 82 (32.42% from 255) = 26.71%

 GREEN value IS 132 (51.95% from 255) = 43%

 BLUE value IS 93 (36.72% from 255) = 30.29%

R = 26.71%
G = 43%
B = 30.29%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#52845D (or 0x52845D) is known color: Como. HEX triplet: 52, 84 and 5D. RGB value is (82,132,93). Sum of RGB (Red+Green+Blue) = 82+132+93=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 132 - color contains mainly: green. Hex color #52845D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52845D is #AD7BA2. Grayscale: #707070. Windows color (decimal): -11369379 or 6128722. OLE color: 6128722.

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

Color convert

RGB 82 132 93 -
CMYK 0.38 0 0.30 0.48
HSL 133.2º 0.23% 0.42% -
HSV(B) 133.2º 0.38% 0.52% -
XYZ 13.71 19.09 13.32 -
YUV 112.6 116.94 106.17 -
System Red Green Blue C M Y K H S L
Decimal 82 132 93 0.38 0 0.30 0.48 133.2 0.23 0.42
Hex 52 84 5D 26 0 1E 30 85 17 2A
Octal 122 204 135 46 0 36 60 205 27 52
Binary 1010010 10000100 1011101 100110 0 11110 110000 10000101 10111 101010

Color Harmonies of #52845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52845D

Black with #52845D

Text Example


Text Example

White with #52845D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52845D; }

 p { color: rgb(82,132,93); }

 H1.HeaderClassName
 {
   color: #52845D;
 }
 .AnyTagClassName
 {
   color: #52845D;
 }
</style>

background-color css

<style>
 a { background-color: #52845D; }

 a { background-color: rgb(82,132,93); }

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

border-color css

<style>
 span { border-color: #52845D; }

 span { border-color: rgb(82,132,93); }

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