Html Css Color HEX #52865C Como

📋 copy color: '#52865C'

red 82 ◦ green 134 ◦ blue 92

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

Shades of Como #52865C

Tints of Como #52865C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.51%

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

R = 26.62%
G = 43.51%
B = 29.87%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#52865C (or 0x52865C) is known color: Como. HEX triplet: 52, 86 and 5C. RGB value is (82,134,92). Sum of RGB (Red+Green+Blue) = 82+134+92=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 134 - color contains mainly: green. Hex color #52865C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52865C is #AD79A3. Grayscale: #717171. Windows color (decimal): -11368868 or 6063698. OLE color: 6063698.

HSL color Cylindrical-coordinate representation of color #52865C: hue angle of 131.54º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #52865C is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 134 92 -
CMYK 0.39 0 0.31 0.47
HSL 131.54º 0.24% 0.42% -
HSV(B) 131.54º 0.39% 0.53% -
XYZ 13.94 19.62 13.18 -
YUV 113.66 115.77 105.42 -
System Red Green Blue C M Y K H S L
Decimal 82 134 92 0.39 0 0.31 0.47 131.54 0.24 0.42
Hex 52 86 5C 27 0 1F 2F 84 18 2A
Octal 122 206 134 47 0 37 57 204 30 52
Binary 1010010 10000110 1011100 100111 0 11111 101111 10000100 11000 101010

Color Harmonies of #52865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52865C

Black with #52865C

Text Example


Text Example

White with #52865C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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