Html Css Color HEX #527363 Como

📋 copy color: '#527363'

red 82 ◦ green 115 ◦ blue 99

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

Shades of Como #527363

Tints of Como #527363

RGB

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

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

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

R = 27.7%
G = 38.85%
B = 33.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#527363 (or 0x527363) is known color: Como. HEX triplet: 52, 73 and 63. RGB value is (82,115,99). Sum of RGB (Red+Green+Blue) = 82+115+99=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 115 - color contains mainly: green. Hex color #527363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527363 is #AD8C9C. Grayscale: #676767. Windows color (decimal): -11373725 or 6517586. OLE color: 6517586.

HSL color Cylindrical-coordinate representation of color #527363: hue angle of 150.91º 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 #527363 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 115 99 -
CMYK 0.29 0 0.14 0.55
HSL 150.91º 0.17% 0.39% -
HSV(B) 150.91º 0.29% 0.45% -
XYZ 11.86 14.96 14.07 -
YUV 103.31 125.57 112.8 -
System Red Green Blue C M Y K H S L
Decimal 82 115 99 0.29 0 0.14 0.55 150.91 0.17 0.39
Hex 52 73 63 1D 0 E 37 97 11 27
Octal 122 163 143 35 0 16 67 227 21 47
Binary 1010010 1110011 1100011 11101 0 1110 110111 10010111 10001 100111

Color Harmonies of #527363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527363

Black with #527363

Text Example


Text Example

White with #527363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527363; }

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

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

background-color css

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

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

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

border-color css

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

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

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