Html Css Color HEX #535B5C River Bed

📋 copy color: '#535B5C'

red 83 ◦ green 91 ◦ blue 92

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

Shades of River Bed #535B5C

Tints of River Bed #535B5C

RGB

 RED value IS 83 (32.81% from 255) = 31.2%

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

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

R = 31.2%
G = 34.21%
B = 34.59%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#535B5C (or 0x535B5C) is known color: River Bed. HEX triplet: 53, 5B and 5C. RGB value is (83,91,92). Sum of RGB (Red+Green+Blue) = 83+91+92=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 92 - color contains mainly: blue. Hex color #535B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535B5C is #ACA4A3. Grayscale: #585858. Windows color (decimal): -11314340 or 6052691. OLE color: 6052691.

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

Color convert

RGB 83 91 92 -
CMYK 0.10 0.01 0 0.64
HSL 186.67º 0.05% 0.34% -
HSV(B) 186.67º 0.1% 0.36% -
XYZ 9.24 10.09 11.59 -
YUV 88.72 129.85 123.92 -
System Red Green Blue C M Y K H S L
Decimal 83 91 92 0.10 0.01 0 0.64 186.67 0.05 0.34
Hex 53 5B 5C A 1 0 40 BB 5 22
Octal 123 133 134 12 1 0 100 273 5 42
Binary 1010011 1011011 1011100 1010 1 0 1000000 10111011 101 100010

Color Harmonies of #535B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535B5C

Black with #535B5C

Text Example


Text Example

White with #535B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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