Html Css Color HEX #526462 River Bed

📋 copy color: '#526462'

red 82 ◦ green 100 ◦ blue 98

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

Shades of River Bed #526462

Tints of River Bed #526462

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.71%

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

R = 29.29%
G = 35.71%
B = 35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#526462 (or 0x526462) is known color: River Bed. HEX triplet: 52, 64 and 62. RGB value is (82,100,98). Sum of RGB (Red+Green+Blue) = 82+100+98=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 100 - color contains mainly: green. Hex color #526462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526462 is #AD9B9D. Grayscale: #5E5E5E. Windows color (decimal): -11377566 or 6448210. OLE color: 6448210.

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

Color convert

RGB 82 100 98 -
CMYK 0.18 0 0.02 0.61
HSL 173.33º 0.1% 0.36% -
HSV(B) 173.33º 0.18% 0.39% -
XYZ 10.24 11.79 13.29 -
YUV 94.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 82 100 98 0.18 0 0.02 0.61 173.33 0.1 0.36
Hex 52 64 62 12 0 2 3D AD A 24
Octal 122 144 142 22 0 2 75 255 12 44
Binary 1010010 1100100 1100010 10010 0 10 111101 10101101 1010 100100

Color Harmonies of #526462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526462

Black with #526462

Text Example


Text Example

White with #526462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526462; }

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

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

background-color css

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

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

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

border-color css

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

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

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