Html Css Color HEX #528163 Como

📋 copy color: '#528163'

red 82 ◦ green 129 ◦ blue 99

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

Shades of Como #528163

Tints of Como #528163

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.61%

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

R = 26.45%
G = 41.61%
B = 31.94%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#528163 (or 0x528163) is known color: Como. HEX triplet: 52, 81 and 63. RGB value is (82,129,99). Sum of RGB (Red+Green+Blue) = 82+129+99=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #528163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528163 is #AD7E9C. Grayscale: #6F6F6F. Windows color (decimal): -11370141 or 6521170. OLE color: 6521170.

HSL color Cylindrical-coordinate representation of color #528163: hue angle of 141.7º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #528163 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 129 99 -
CMYK 0.36 0 0.23 0.49
HSL 141.7º 0.22% 0.41% -
HSV(B) 141.7º 0.36% 0.51% -
XYZ 13.58 18.4 14.64 -
YUV 111.53 120.93 106.94 -
System Red Green Blue C M Y K H S L
Decimal 82 129 99 0.36 0 0.23 0.49 141.7 0.22 0.41
Hex 52 81 63 24 0 17 31 8E 16 29
Octal 122 201 143 44 0 27 61 216 26 51
Binary 1010010 10000001 1100011 100100 0 10111 110001 10001110 10110 101001

Color Harmonies of #528163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528163

Black with #528163

Text Example


Text Example

White with #528163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528163; }

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

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

background-color css

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

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

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

border-color css

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

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

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