Html Css Color HEX #527863 Como

📋 copy color: '#527863'

red 82 ◦ green 120 ◦ blue 99

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

Shades of Como #527863

Tints of Como #527863

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.87%

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

R = 27.24%
G = 39.87%
B = 32.89%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#527863 (or 0x527863) is known color: Como. HEX triplet: 52, 78 and 63. RGB value is (82,120,99). Sum of RGB (Red+Green+Blue) = 82+120+99=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 120 - color contains mainly: green. Hex color #527863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527863 is #AD879C. Grayscale: #6A6A6A. Windows color (decimal): -11372445 or 6518866. OLE color: 6518866.

HSL color Cylindrical-coordinate representation of color #527863: hue angle of 146.84º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #527863 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 120 99 -
CMYK 0.32 0 0.17 0.53
HSL 146.84º 0.19% 0.4% -
HSV(B) 146.84º 0.32% 0.47% -
XYZ 12.45 16.13 14.26 -
YUV 106.24 123.91 110.71 -
System Red Green Blue C M Y K H S L
Decimal 82 120 99 0.32 0 0.17 0.53 146.84 0.19 0.4
Hex 52 78 63 20 0 11 35 93 13 28
Octal 122 170 143 40 0 21 65 223 23 50
Binary 1010010 1111000 1100011 100000 0 10001 110101 10010011 10011 101000

Color Harmonies of #527863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527863

Black with #527863

Text Example


Text Example

White with #527863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527863; }

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

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

background-color css

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

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

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

border-color css

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

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

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