Html Css Color HEX #535C5D River Bed

📋 copy color: '#535C5D'

red 83 ◦ green 92 ◦ blue 93

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

Shades of River Bed #535C5D

Tints of River Bed #535C5D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.33%

 BLUE value IS 93 (36.72% from 255) = 34.7%

R = 30.97%
G = 34.33%
B = 34.7%

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

#535C5D (or 0x535C5D) is known color: River Bed. HEX triplet: 53, 5C and 5D. RGB value is (83,92,93). Sum of RGB (Red+Green+Blue) = 83+92+93=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 93 - color contains mainly: blue. Hex color #535C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C5D is #ACA3A2. Grayscale: #595959. Windows color (decimal): -11314083 or 6118483. OLE color: 6118483.

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

Color convert

RGB 83 92 93 -
CMYK 0.11 0.01 0 0.64
HSL 186º 0.06% 0.35% -
HSV(B) 186º 0.11% 0.36% -
XYZ 9.37 10.28 11.85 -
YUV 89.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 83 92 93 0.11 0.01 0 0.64 186 0.06 0.35
Hex 53 5C 5D B 1 0 40 BA 6 23
Octal 123 134 135 13 1 0 100 272 6 43
Binary 1010011 1011100 1011101 1011 1 0 1000000 10111010 110 100011

Color Harmonies of #535C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535C5D

Black with #535C5D

Text Example


Text Example

White with #535C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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