Html Css Color HEX #528863 Como

📋 copy color: '#528863'

red 82 ◦ green 136 ◦ blue 99

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

Shades of Como #528863

Tints of Como #528863

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.9%

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

R = 25.87%
G = 42.9%
B = 31.23%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#528863 (or 0x528863) is known color: Como. HEX triplet: 52, 88 and 63. RGB value is (82,136,99). Sum of RGB (Red+Green+Blue) = 82+136+99=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 136 - color contains mainly: green. Hex color #528863 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528863 is #AD779C. Grayscale: #737373. Windows color (decimal): -11368349 or 6522962. OLE color: 6522962.

HSL color Cylindrical-coordinate representation of color #528863: hue angle of 138.89º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #528863 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 136 99 -
CMYK 0.40 0 0.27 0.47
HSL 138.89º 0.25% 0.43% -
HSV(B) 138.89º 0.4% 0.53% -
XYZ 14.54 20.3 14.96 -
YUV 115.64 118.61 104.01 -
System Red Green Blue C M Y K H S L
Decimal 82 136 99 0.40 0 0.27 0.47 138.89 0.25 0.43
Hex 52 88 63 28 0 1B 2F 8B 19 2B
Octal 122 210 143 50 0 33 57 213 31 53
Binary 1010010 10001000 1100011 101000 0 11011 101111 10001011 11001 101011

Color Harmonies of #528863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528863

Black with #528863

Text Example


Text Example

White with #528863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528863; }

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

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

background-color css

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

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

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

border-color css

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

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

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