Html Css Color HEX #527360 Como

📋 copy color: '#527360'

red 82 ◦ green 115 ◦ blue 96

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

Shades of Como #527360

Tints of Como #527360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.76%

R = 27.99%
G = 39.25%
B = 32.76%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#527360 (or 0x527360) is known color: Como. HEX triplet: 52, 73 and 60. RGB value is (82,115,96). Sum of RGB (Red+Green+Blue) = 82+115+96=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 115 - color contains mainly: green. Hex color #527360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527360 is #AD8C9F. Grayscale: #676767. Windows color (decimal): -11373728 or 6320978. OLE color: 6320978.

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

Color convert

RGB 82 115 96 -
CMYK 0.29 0 0.17 0.55
HSL 145.45º 0.17% 0.39% -
HSV(B) 145.45º 0.29% 0.45% -
XYZ 11.72 14.9 13.32 -
YUV 102.97 124.07 113.04 -
System Red Green Blue C M Y K H S L
Decimal 82 115 96 0.29 0 0.17 0.55 145.45 0.17 0.39
Hex 52 73 60 1D 0 11 37 91 11 27
Octal 122 163 140 35 0 21 67 221 21 47
Binary 1010010 1110011 1100000 11101 0 10001 110111 10010001 10001 100111

Color Harmonies of #527360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527360

Black with #527360

Text Example


Text Example

White with #527360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527360; }

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

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

background-color css

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

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

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

border-color css

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

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

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