Html Css Color HEX #527361 Como

📋 copy color: '#527361'

red 82 ◦ green 115 ◦ blue 97

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

Shades of Como #527361

Tints of Como #527361

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.12%

 BLUE value IS 97 (38.28% from 255) = 32.99%

R = 27.89%
G = 39.12%
B = 32.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#527361 (or 0x527361) is known color: Como. HEX triplet: 52, 73 and 61. RGB value is (82,115,97). Sum of RGB (Red+Green+Blue) = 82+115+97=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 115 - color contains mainly: green. Hex color #527361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527361 is #AD8C9E. Grayscale: #676767. Windows color (decimal): -11373727 or 6386514. OLE color: 6386514.

HSL color Cylindrical-coordinate representation of color #527361: hue angle of 147.27º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #527361 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 115 97 -
CMYK 0.29 0 0.16 0.55
HSL 147.27º 0.17% 0.39% -
HSV(B) 147.27º 0.29% 0.45% -
XYZ 11.77 14.92 13.57 -
YUV 103.08 124.57 112.96 -
System Red Green Blue C M Y K H S L
Decimal 82 115 97 0.29 0 0.16 0.55 147.27 0.17 0.39
Hex 52 73 61 1D 0 10 37 93 11 27
Octal 122 163 141 35 0 20 67 223 21 47
Binary 1010010 1110011 1100001 11101 0 10000 110111 10010011 10001 100111

Color Harmonies of #527361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527361

Black with #527361

Text Example


Text Example

White with #527361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527361; }

 p { color: rgb(82,115,97); }

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

background-color css

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

 a { background-color: rgb(82,115,97); }

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

border-color css

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

 span { border-color: rgb(82,115,97); }

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