Html Css Color HEX #527462 Como

📋 copy color: '#527462'

red 82 ◦ green 116 ◦ blue 98

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

Shades of Como #527462

Tints of Como #527462

RGB

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

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

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

R = 27.7%
G = 39.19%
B = 33.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#527462 (or 0x527462) is known color: Como. HEX triplet: 52, 74 and 62. RGB value is (82,116,98). Sum of RGB (Red+Green+Blue) = 82+116+98=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 116 - color contains mainly: green. Hex color #527462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527462 is #AD8B9D. Grayscale: #676767. Windows color (decimal): -11373470 or 6452306. OLE color: 6452306.

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

Color convert

RGB 82 116 98 -
CMYK 0.29 0 0.16 0.55
HSL 148.24º 0.17% 0.39% -
HSV(B) 148.24º 0.29% 0.45% -
XYZ 11.93 15.17 13.85 -
YUV 103.78 124.74 112.46 -
System Red Green Blue C M Y K H S L
Decimal 82 116 98 0.29 0 0.16 0.55 148.24 0.17 0.39
Hex 52 74 62 1D 0 10 37 94 11 27
Octal 122 164 142 35 0 20 67 224 21 47
Binary 1010010 1110100 1100010 11101 0 10000 110111 10010100 10001 100111

Color Harmonies of #527462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527462

Black with #527462

Text Example


Text Example

White with #527462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527462; }

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

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

background-color css

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

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

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

border-color css

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

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

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