Html Css Color HEX #527365 Como

📋 copy color: '#527365'

red 82 ◦ green 115 ◦ blue 101

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

Shades of Como #527365

Tints of Como #527365

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.59%

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

R = 27.52%
G = 38.59%
B = 33.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#527365 (or 0x527365) is known color: Como. HEX triplet: 52, 73 and 65. RGB value is (82,115,101). Sum of RGB (Red+Green+Blue) = 82+115+101=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 115 - color contains mainly: green. Hex color #527365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527365 is #AD8C9A. Grayscale: #676767. Windows color (decimal): -11373723 or 6648658. OLE color: 6648658.

HSL color Cylindrical-coordinate representation of color #527365: hue angle of 154.55º 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 #527365 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 115 101 -
CMYK 0.29 0 0.12 0.55
HSL 154.55º 0.17% 0.39% -
HSV(B) 154.55º 0.29% 0.45% -
XYZ 11.96 14.99 14.58 -
YUV 103.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 82 115 101 0.29 0 0.12 0.55 154.55 0.17 0.39
Hex 52 73 65 1D 0 C 37 9B 11 27
Octal 122 163 145 35 0 14 67 233 21 47
Binary 1010010 1110011 1100101 11101 0 1100 110111 10011011 10001 100111

Color Harmonies of #527365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527365

Black with #527365

Text Example


Text Example

White with #527365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527365; }

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

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

background-color css

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

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

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

border-color css

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

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

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