Html Css Color HEX #527463 Como

📋 copy color: '#527463'

red 82 ◦ green 116 ◦ blue 99

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

Shades of Como #527463

Tints of Como #527463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.33%

R = 27.61%
G = 39.06%
B = 33.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#527463 (or 0x527463) is known color: Como. HEX triplet: 52, 74 and 63. RGB value is (82,116,99). Sum of RGB (Red+Green+Blue) = 82+116+99=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 116 - color contains mainly: green. Hex color #527463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527463 is #AD8B9C. Grayscale: #676767. Windows color (decimal): -11373469 or 6517842. OLE color: 6517842.

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

Color convert

RGB 82 116 99 -
CMYK 0.29 0 0.15 0.55
HSL 150º 0.17% 0.39% -
HSV(B) 150º 0.29% 0.45% -
XYZ 11.98 15.19 14.1 -
YUV 103.9 125.24 112.38 -
System Red Green Blue C M Y K H S L
Decimal 82 116 99 0.29 0 0.15 0.55 150 0.17 0.39
Hex 52 74 63 1D 0 F 37 96 11 27
Octal 122 164 143 35 0 17 67 226 21 47
Binary 1010010 1110100 1100011 11101 0 1111 110111 10010110 10001 100111

Color Harmonies of #527463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527463

Black with #527463

Text Example


Text Example

White with #527463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527463; }

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

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

background-color css

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

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

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

border-color css

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

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

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