Html Css Color HEX #527E5C Como

📋 copy color: '#527E5C'

red 82 ◦ green 126 ◦ blue 92

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

Shades of Como #527E5C

Tints of Como #527E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.67%

R = 27.33%
G = 42%
B = 30.67%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#527E5C (or 0x527E5C) is known color: Como. HEX triplet: 52, 7E and 5C. RGB value is (82,126,92). Sum of RGB (Red+Green+Blue) = 82+126+92=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 126 (49.61% from 255 or 42% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 126 - color contains mainly: green. Hex color #527E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527E5C is #AD81A3. Grayscale: #6D6D6D. Windows color (decimal): -11370916 or 6061650. OLE color: 6061650.

HSL color Cylindrical-coordinate representation of color #527E5C: hue angle of 133.64º 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 #527E5C is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 126 92 -
CMYK 0.35 0 0.27 0.51
HSL 133.64º 0.21% 0.41% -
HSV(B) 133.64º 0.35% 0.49% -
XYZ 12.87 17.49 12.82 -
YUV 108.97 118.42 108.76 -
System Red Green Blue C M Y K H S L
Decimal 82 126 92 0.35 0 0.27 0.51 133.64 0.21 0.41
Hex 52 7E 5C 23 0 1B 33 86 15 29
Octal 122 176 134 43 0 33 63 206 25 51
Binary 1010010 1111110 1011100 100011 0 11011 110011 10000110 10101 101001

Color Harmonies of #527E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527E5C

Black with #527E5C

Text Example


Text Example

White with #527E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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