Html Css Color HEX #527F5E Como

📋 copy color: '#527F5E'

red 82 ◦ green 127 ◦ blue 94

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

Shades of Como #527F5E

Tints of Como #527F5E

RGB

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

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

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

R = 27.06%
G = 41.91%
B = 31.02%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#527F5E (or 0x527F5E) is known color: Como. HEX triplet: 52, 7F and 5E. RGB value is (82,127,94). Sum of RGB (Red+Green+Blue) = 82+127+94=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 127 - color contains mainly: green. Hex color #527F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527F5E is #AD80A1. Grayscale: #6D6D6D. Windows color (decimal): -11370658 or 6192978. OLE color: 6192978.

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

Color convert

RGB 82 127 94 -
CMYK 0.35 0 0.26 0.50
HSL 136º 0.22% 0.41% -
HSV(B) 136º 0.35% 0.5% -
XYZ 13.09 17.78 13.33 -
YUV 109.78 119.09 108.18 -
System Red Green Blue C M Y K H S L
Decimal 82 127 94 0.35 0 0.26 0.50 136 0.22 0.41
Hex 52 7F 5E 23 0 1A 32 88 16 29
Octal 122 177 136 43 0 32 62 210 26 51
Binary 1010010 1111111 1011110 100011 0 11010 110010 10001000 10110 101001

Color Harmonies of #527F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527F5E

Black with #527F5E

Text Example


Text Example

White with #527F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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