Html Css Color HEX #527565 Como

📋 copy color: '#527565'

red 82 ◦ green 117 ◦ blue 101

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

Shades of Como #527565

Tints of Como #527565

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39%

 BLUE value IS 101 (39.84% from 255) = 33.67%

R = 27.33%
G = 39%
B = 33.67%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#527565 (or 0x527565) is known color: Como. HEX triplet: 52, 75 and 65. RGB value is (82,117,101). Sum of RGB (Red+Green+Blue) = 82+117+101=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 117 - color contains mainly: green. Hex color #527565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527565 is #AD8A9A. Grayscale: #686868. Windows color (decimal): -11373211 or 6649170. OLE color: 6649170.

HSL color Cylindrical-coordinate representation of color #527565: hue angle of 152.57º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #527565 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 117 101 -
CMYK 0.30 0 0.14 0.54
HSL 152.57º 0.18% 0.39% -
HSV(B) 152.57º 0.3% 0.46% -
XYZ 12.19 15.46 14.65 -
YUV 104.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 82 117 101 0.30 0 0.14 0.54 152.57 0.18 0.39
Hex 52 75 65 1E 0 E 36 99 12 27
Octal 122 165 145 36 0 16 66 231 22 47
Binary 1010010 1110101 1100101 11110 0 1110 110110 10011001 10010 100111

Color Harmonies of #527565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527565

Black with #527565

Text Example


Text Example

White with #527565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527565; }

 p { color: rgb(82,117,101); }

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

background-color css

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

 a { background-color: rgb(82,117,101); }

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

border-color css

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

 span { border-color: rgb(82,117,101); }

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