Html Css Color HEX #525B5C River Bed

📋 copy color: '#525B5C'

red 82 ◦ green 91 ◦ blue 92

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

Shades of River Bed #525B5C

Tints of River Bed #525B5C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.34%

 BLUE value IS 92 (36.33% from 255) = 34.72%

R = 30.94%
G = 34.34%
B = 34.72%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#525B5C (or 0x525B5C) is known color: River Bed. HEX triplet: 52, 5B and 5C. RGB value is (82,91,92). Sum of RGB (Red+Green+Blue) = 82+91+92=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 92 - color contains mainly: blue. Hex color #525B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B5C is #ADA4A3. Grayscale: #585858. Windows color (decimal): -11379876 or 6052690. OLE color: 6052690.

HSL color Cylindrical-coordinate representation of color #525B5C: hue angle of 186º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #525B5C is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 91 92 -
CMYK 0.11 0.01 0 0.64
HSL 186º 0.06% 0.34% -
HSV(B) 186º 0.11% 0.36% -
XYZ 9.15 10.05 11.58 -
YUV 88.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 82 91 92 0.11 0.01 0 0.64 186 0.06 0.34
Hex 52 5B 5C B 1 0 40 BA 6 22
Octal 122 133 134 13 1 0 100 272 6 42
Binary 1010010 1011011 1011100 1011 1 0 1000000 10111010 110 100010

Color Harmonies of #525B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525B5C

Black with #525B5C

Text Example


Text Example

White with #525B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,91,92); }

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

background-color css

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

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

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

border-color css

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

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

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