Html Css Color HEX #527E5E Como

📋 copy color: '#527E5E'

red 82 ◦ green 126 ◦ blue 94

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

Shades of Como #527E5E

Tints of Como #527E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.13%

R = 27.15%
G = 41.72%
B = 31.13%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#527E5E (or 0x527E5E) is known color: Como. HEX triplet: 52, 7E and 5E. RGB value is (82,126,94). Sum of RGB (Red+Green+Blue) = 82+126+94=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 126 (49.61% from 255 or 41.72% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 126 - color contains mainly: green. Hex color #527E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527E5E is #AD81A1. Grayscale: #6D6D6D. Windows color (decimal): -11370914 or 6192722. OLE color: 6192722.

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

Color convert

RGB 82 126 94 -
CMYK 0.35 0 0.25 0.51
HSL 136.36º 0.21% 0.41% -
HSV(B) 136.36º 0.35% 0.49% -
XYZ 12.96 17.52 13.29 -
YUV 109.2 119.42 108.6 -
System Red Green Blue C M Y K H S L
Decimal 82 126 94 0.35 0 0.25 0.51 136.36 0.21 0.41
Hex 52 7E 5E 23 0 19 33 88 15 29
Octal 122 176 136 43 0 31 63 210 25 51
Binary 1010010 1111110 1011110 100011 0 11001 110011 10001000 10101 101001

Color Harmonies of #527E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527E5E

Black with #527E5E

Text Example


Text Example

White with #527E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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