Html Css Color HEX #526363 River Bed

📋 copy color: '#526363'

red 82 ◦ green 99 ◦ blue 99

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

Shades of River Bed #526363

Tints of River Bed #526363

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.36%

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

R = 29.29%
G = 35.36%
B = 35.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#526363 (or 0x526363) is known color: River Bed. HEX triplet: 52, 63 and 63. RGB value is (82,99,99). Sum of RGB (Red+Green+Blue) = 82+99+99=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #526363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526363 is #AD9C9C. Grayscale: #5D5D5D. Windows color (decimal): -11377821 or 6513490. OLE color: 6513490.

HSL color Cylindrical-coordinate representation of color #526363: hue angle of 180º 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 #526363 is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 99 99 -
CMYK 0.17 0 0 0.61
HSL 180º 0.09% 0.35% -
HSV(B) 180º 0.17% 0.39% -
XYZ 10.19 11.62 13.51 -
YUV 93.92 130.87 119.5 -
System Red Green Blue C M Y K H S L
Decimal 82 99 99 0.17 0 0 0.61 180 0.09 0.35
Hex 52 63 63 11 0 0 3D B4 9 23
Octal 122 143 143 21 0 0 75 264 11 43
Binary 1010010 1100011 1100011 10001 0 0 111101 10110100 1001 100011

Color Harmonies of #526363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526363

Black with #526363

Text Example


Text Example

White with #526363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526363; }

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

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

background-color css

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

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

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

border-color css

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

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

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