Html Css Color HEX #528263 Como

📋 copy color: '#528263'

red 82 ◦ green 130 ◦ blue 99

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

Shades of Como #528263

Tints of Como #528263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.83%

R = 26.37%
G = 41.8%
B = 31.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#528263 (or 0x528263) is known color: Como. HEX triplet: 52, 82 and 63. RGB value is (82,130,99). Sum of RGB (Red+Green+Blue) = 82+130+99=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 130 - color contains mainly: green. Hex color #528263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528263 is #AD7D9C. Grayscale: #707070. Windows color (decimal): -11369885 or 6521426. OLE color: 6521426.

HSL color Cylindrical-coordinate representation of color #528263: hue angle of 141.25º 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 #528263 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 130 99 -
CMYK 0.37 0 0.24 0.49
HSL 141.25º 0.23% 0.42% -
HSV(B) 141.25º 0.37% 0.51% -
XYZ 13.71 18.66 14.68 -
YUV 112.11 120.6 106.52 -
System Red Green Blue C M Y K H S L
Decimal 82 130 99 0.37 0 0.24 0.49 141.25 0.23 0.42
Hex 52 82 63 25 0 18 31 8D 17 2A
Octal 122 202 143 45 0 30 61 215 27 52
Binary 1010010 10000010 1100011 100101 0 11000 110001 10001101 10111 101010

Color Harmonies of #528263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528263

Black with #528263

Text Example


Text Example

White with #528263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528263; }

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

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

background-color css

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

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

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

border-color css

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

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

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