Html Css Color HEX #525E61 River Bed

📋 copy color: '#525E61'

red 82 ◦ green 94 ◦ blue 97

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

Shades of River Bed #525E61

Tints of River Bed #525E61

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.43%

 BLUE value IS 97 (38.28% from 255) = 35.53%

R = 30.04%
G = 34.43%
B = 35.53%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#525E61 (or 0x525E61) is known color: River Bed. HEX triplet: 52, 5E and 61. RGB value is (82,94,97). Sum of RGB (Red+Green+Blue) = 82+94+97=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 97 - color contains mainly: blue. Hex color #525E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525E61 is #ADA19E. Grayscale: #5A5A5A. Windows color (decimal): -11379103 or 6381138. OLE color: 6381138.

HSL color Cylindrical-coordinate representation of color #525E61: hue angle of 192º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #525E61 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 94 97 -
CMYK 0.15 0.03 0 0.62
HSL 192º 0.08% 0.35% -
HSV(B) 192º 0.15% 0.38% -
XYZ 9.64 10.66 12.86 -
YUV 90.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 82 94 97 0.15 0.03 0 0.62 192 0.08 0.35
Hex 52 5E 61 F 3 0 3E C0 8 23
Octal 122 136 141 17 3 0 76 300 10 43
Binary 1010010 1011110 1100001 1111 11 0 111110 11000000 1000 100011

Color Harmonies of #525E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525E61

Black with #525E61

Text Example


Text Example

White with #525E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525E61; }

 p { color: rgb(82,94,97); }

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

background-color css

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

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

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

border-color css

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

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

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