Html Css Color HEX #527262 Como

📋 copy color: '#527262'

red 82 ◦ green 114 ◦ blue 98

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

Shades of Como #527262

Tints of Como #527262

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.78%

 BLUE value IS 98 (38.67% from 255) = 33.33%

R = 27.89%
G = 38.78%
B = 33.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#527262 (or 0x527262) is known color: Como. HEX triplet: 52, 72 and 62. RGB value is (82,114,98). Sum of RGB (Red+Green+Blue) = 82+114+98=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 114 - color contains mainly: green. Hex color #527262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527262 is #AD8D9D. Grayscale: #666666. Windows color (decimal): -11373982 or 6451794. OLE color: 6451794.

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

Color convert

RGB 82 114 98 -
CMYK 0.28 0 0.14 0.55
HSL 150º 0.16% 0.38% -
HSV(B) 150º 0.28% 0.45% -
XYZ 11.7 14.71 13.78 -
YUV 102.61 125.4 113.3 -
System Red Green Blue C M Y K H S L
Decimal 82 114 98 0.28 0 0.14 0.55 150 0.16 0.38
Hex 52 72 62 1C 0 E 37 96 10 26
Octal 122 162 142 34 0 16 67 226 20 46
Binary 1010010 1110010 1100010 11100 0 1110 110111 10010110 10000 100110

Color Harmonies of #527262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527262

Black with #527262

Text Example


Text Example

White with #527262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527262; }

 p { color: rgb(82,114,98); }

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

background-color css

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

 a { background-color: rgb(82,114,98); }

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

border-color css

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

 span { border-color: rgb(82,114,98); }

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