Html Css Color HEX #52895C Como

📋 copy color: '#52895C'

red 82 ◦ green 137 ◦ blue 92

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

Shades of Como #52895C

Tints of Como #52895C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.05%

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

R = 26.37%
G = 44.05%
B = 29.58%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#52895C (or 0x52895C) is known color: Como. HEX triplet: 52, 89 and 5C. RGB value is (82,137,92). Sum of RGB (Red+Green+Blue) = 82+137+92=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #52895C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52895C is #AD76A3. Grayscale: #737373. Windows color (decimal): -11368100 or 6064466. OLE color: 6064466.

HSL color Cylindrical-coordinate representation of color #52895C: hue angle of 130.91º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #52895C is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 137 92 -
CMYK 0.40 0 0.33 0.46
HSL 130.91º 0.25% 0.43% -
HSV(B) 130.91º 0.4% 0.54% -
XYZ 14.36 20.46 13.32 -
YUV 115.43 114.78 104.16 -
System Red Green Blue C M Y K H S L
Decimal 82 137 92 0.40 0 0.33 0.46 130.91 0.25 0.43
Hex 52 89 5C 28 0 21 2E 83 19 2B
Octal 122 211 134 50 0 41 56 203 31 53
Binary 1010010 10001001 1011100 101000 0 100001 101110 10000011 11001 101011

Color Harmonies of #52895C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52895C

Black with #52895C

Text Example


Text Example

White with #52895C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,137,92); }

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

background-color css

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

 a { background-color: rgb(82,137,92); }

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

border-color css

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

 span { border-color: rgb(82,137,92); }

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