Html Css Color HEX #536163 River Bed

📋 copy color: '#536163'

red 83 ◦ green 97 ◦ blue 99

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

Shades of River Bed #536163

Tints of River Bed #536163

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.77%

 BLUE value IS 99 (39.06% from 255) = 35.48%

R = 29.75%
G = 34.77%
B = 35.48%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#536163 (or 0x536163) is known color: River Bed. HEX triplet: 53, 61 and 63. RGB value is (83,97,99). Sum of RGB (Red+Green+Blue) = 83+97+99=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 99 - color contains mainly: blue. Hex color #536163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536163 is #AC9E9C. Grayscale: #5D5D5D. Windows color (decimal): -11312797 or 6512979. OLE color: 6512979.

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

Color convert

RGB 83 97 99 -
CMYK 0.16 0.02 0 0.61
HSL 187.5º 0.09% 0.36% -
HSV(B) 187.5º 0.16% 0.39% -
XYZ 10.09 11.29 13.45 -
YUV 93.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 83 97 99 0.16 0.02 0 0.61 187.5 0.09 0.36
Hex 53 61 63 10 2 0 3D BC 9 24
Octal 123 141 143 20 2 0 75 274 11 44
Binary 1010011 1100001 1100011 10000 10 0 111101 10111100 1001 100100

Color Harmonies of #536163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536163

Black with #536163

Text Example


Text Example

White with #536163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536163; }

 p { color: rgb(83,97,99); }

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

background-color css

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

 a { background-color: rgb(83,97,99); }

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

border-color css

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

 span { border-color: rgb(83,97,99); }

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