Html Css Color HEX #527F5D Como

📋 copy color: '#527F5D'

red 82 ◦ green 127 ◦ blue 93

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

Shades of Como #527F5D

Tints of Como #527F5D

RGB

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

 GREEN value IS 127 (50% from 255) = 42.05%

 BLUE value IS 93 (36.72% from 255) = 30.79%

R = 27.15%
G = 42.05%
B = 30.79%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#527F5D (or 0x527F5D) is known color: Como. HEX triplet: 52, 7F and 5D. RGB value is (82,127,93). Sum of RGB (Red+Green+Blue) = 82+127+93=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 127 (50% from 255 or 42.05% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 127 - color contains mainly: green. Hex color #527F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527F5D is #AD80A2. Grayscale: #6D6D6D. Windows color (decimal): -11370659 or 6127442. OLE color: 6127442.

HSL color Cylindrical-coordinate representation of color #527F5D: hue angle of 134.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #527F5D is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 127 93 -
CMYK 0.35 0 0.27 0.50
HSL 134.67º 0.22% 0.41% -
HSV(B) 134.67º 0.35% 0.5% -
XYZ 13.04 17.76 13.1 -
YUV 109.67 118.59 108.26 -
System Red Green Blue C M Y K H S L
Decimal 82 127 93 0.35 0 0.27 0.50 134.67 0.22 0.41
Hex 52 7F 5D 23 0 1B 32 87 16 29
Octal 122 177 135 43 0 33 62 207 26 51
Binary 1010010 1111111 1011101 100011 0 11011 110010 10000111 10110 101001

Color Harmonies of #527F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527F5D

Black with #527F5D

Text Example


Text Example

White with #527F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527F5D; }

 p { color: rgb(82,127,93); }

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

background-color css

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

 a { background-color: rgb(82,127,93); }

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

border-color css

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

 span { border-color: rgb(82,127,93); }

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