Html Css Color HEX #526263 River Bed

📋 copy color: '#526263'

red 82 ◦ green 98 ◦ blue 99

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

Shades of River Bed #526263

Tints of River Bed #526263

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.13%

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

R = 29.39%
G = 35.13%
B = 35.48%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#526263 (or 0x526263) is known color: River Bed. HEX triplet: 52, 62 and 63. RGB value is (82,98,99). Sum of RGB (Red+Green+Blue) = 82+98+99=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 99 - color contains mainly: blue. Hex color #526263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526263 is #AD9D9C. Grayscale: #5D5D5D. Windows color (decimal): -11378077 or 6513234. OLE color: 6513234.

HSL color Cylindrical-coordinate representation of color #526263: hue angle of 183.53º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #526263 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 98 99 -
CMYK 0.17 0.01 0 0.61
HSL 183.53º 0.09% 0.35% -
HSV(B) 183.53º 0.17% 0.39% -
XYZ 10.1 11.43 13.48 -
YUV 93.33 131.2 119.92 -
System Red Green Blue C M Y K H S L
Decimal 82 98 99 0.17 0.01 0 0.61 183.53 0.09 0.35
Hex 52 62 63 11 1 0 3D B8 9 23
Octal 122 142 143 21 1 0 75 270 11 43
Binary 1010010 1100010 1100011 10001 1 0 111101 10111000 1001 100011

Color Harmonies of #526263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526263

Black with #526263

Text Example


Text Example

White with #526263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526263; }

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

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

background-color css

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

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

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

border-color css

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

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

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