Html Css Color HEX #527464 Como

📋 copy color: '#527464'

red 82 ◦ green 116 ◦ blue 100

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

Shades of Como #527464

Tints of Como #527464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.93%

 BLUE value IS 100 (39.45% from 255) = 33.56%

R = 27.52%
G = 38.93%
B = 33.56%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#527464 (or 0x527464) is known color: Como. HEX triplet: 52, 74 and 64. RGB value is (82,116,100). Sum of RGB (Red+Green+Blue) = 82+116+100=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 116 - color contains mainly: green. Hex color #527464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527464 is #AD8B9B. Grayscale: #686868. Windows color (decimal): -11373468 or 6583378. OLE color: 6583378.

HSL color Cylindrical-coordinate representation of color #527464: hue angle of 151.76º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #527464 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 116 100 -
CMYK 0.29 0 0.14 0.55
HSL 151.76º 0.17% 0.39% -
HSV(B) 151.76º 0.29% 0.45% -
XYZ 12.03 15.2 14.36 -
YUV 104.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 82 116 100 0.29 0 0.14 0.55 151.76 0.17 0.39
Hex 52 74 64 1D 0 E 37 98 11 27
Octal 122 164 144 35 0 16 67 230 21 47
Binary 1010010 1110100 1100100 11101 0 1110 110111 10011000 10001 100111

Color Harmonies of #527464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527464

Black with #527464

Text Example


Text Example

White with #527464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527464; }

 p { color: rgb(82,116,100); }

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

background-color css

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

 a { background-color: rgb(82,116,100); }

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

border-color css

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

 span { border-color: rgb(82,116,100); }

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