Html Css Color HEX #526563 River Bed

📋 copy color: '#526563'

red 82 ◦ green 101 ◦ blue 99

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

Shades of River Bed #526563

Tints of River Bed #526563

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.82%

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

R = 29.08%
G = 35.82%
B = 35.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.60

RGB Variations

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

Color information

#526563 (or 0x526563) is known color: River Bed. HEX triplet: 52, 65 and 63. RGB value is (82,101,99). Sum of RGB (Red+Green+Blue) = 82+101+99=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 101 - color contains mainly: green. Hex color #526563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526563 is #AD9A9C. Grayscale: #5F5F5F. Windows color (decimal): -11377309 or 6514002. OLE color: 6514002.

HSL color Cylindrical-coordinate representation of color #526563: hue angle of 173.68º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #526563 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 101 99 -
CMYK 0.19 0 0.02 0.60
HSL 173.68º 0.1% 0.36% -
HSV(B) 173.68º 0.19% 0.4% -
XYZ 10.39 12 13.57 -
YUV 95.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 82 101 99 0.19 0 0.02 0.60 173.68 0.1 0.36
Hex 52 65 63 13 0 2 3C AE A 24
Octal 122 145 143 23 0 2 74 256 12 44
Binary 1010010 1100101 1100011 10011 0 10 111100 10101110 1010 100100

Color Harmonies of #526563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526563

Black with #526563

Text Example


Text Example

White with #526563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526563; }

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

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

background-color css

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

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

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

border-color css

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

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

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