Html Css Color HEX #52825C Como

📋 copy color: '#52825C'

red 82 ◦ green 130 ◦ blue 92

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

Shades of Como #52825C

Tints of Como #52825C

RGB

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

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

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

R = 26.97%
G = 42.76%
B = 30.26%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#52825C (or 0x52825C) is known color: Como. HEX triplet: 52, 82 and 5C. RGB value is (82,130,92). Sum of RGB (Red+Green+Blue) = 82+130+92=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #52825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52825C is #AD7DA3. Grayscale: #6F6F6F. Windows color (decimal): -11369892 or 6062674. OLE color: 6062674.

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

Color convert

RGB 82 130 92 -
CMYK 0.37 0 0.29 0.49
HSL 132.5º 0.23% 0.42% -
HSV(B) 132.5º 0.37% 0.51% -
XYZ 13.39 18.53 13 -
YUV 111.32 117.1 107.09 -
System Red Green Blue C M Y K H S L
Decimal 82 130 92 0.37 0 0.29 0.49 132.5 0.23 0.42
Hex 52 82 5C 25 0 1D 31 84 17 2A
Octal 122 202 134 45 0 35 61 204 27 52
Binary 1010010 10000010 1011100 100101 0 11101 110001 10000100 10111 101010

Color Harmonies of #52825C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52825C

Black with #52825C

Text Example


Text Example

White with #52825C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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