Html Css Color HEX #527E5D Como

📋 copy color: '#527E5D'

red 82 ◦ green 126 ◦ blue 93

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

Shades of Como #527E5D

Tints of Como #527E5D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.86%

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

R = 27.24%
G = 41.86%
B = 30.9%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#527E5D (or 0x527E5D) is known color: Como. HEX triplet: 52, 7E and 5D. RGB value is (82,126,93). Sum of RGB (Red+Green+Blue) = 82+126+93=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 126 (49.61% from 255 or 41.86% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 126 - color contains mainly: green. Hex color #527E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527E5D is #AD81A2. Grayscale: #6D6D6D. Windows color (decimal): -11370915 or 6127186. OLE color: 6127186.

HSL color Cylindrical-coordinate representation of color #527E5D: hue angle of 135º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #527E5D is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 126 93 -
CMYK 0.35 0 0.26 0.51
HSL 135º 0.21% 0.41% -
HSV(B) 135º 0.35% 0.49% -
XYZ 12.92 17.51 13.05 -
YUV 109.08 118.92 108.68 -
System Red Green Blue C M Y K H S L
Decimal 82 126 93 0.35 0 0.26 0.51 135 0.21 0.41
Hex 52 7E 5D 23 0 1A 33 87 15 29
Octal 122 176 135 43 0 32 63 207 25 51
Binary 1010010 1111110 1011101 100011 0 11010 110011 10000111 10101 101001

Color Harmonies of #527E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527E5D

Black with #527E5D

Text Example


Text Example

White with #527E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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