Html Css Color HEX #536263 River Bed

📋 copy color: '#536263'

red 83 ◦ green 98 ◦ blue 99

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

Shades of River Bed #536263

Tints of River Bed #536263

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35%

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

R = 29.64%
G = 35%
B = 35.36%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#536263 (or 0x536263) is known color: River Bed. HEX triplet: 53, 62 and 63. RGB value is (83,98,99). Sum of RGB (Red+Green+Blue) = 83+98+99=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 99 - color contains mainly: blue. Hex color #536263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536263 is #AC9D9C. Grayscale: #5D5D5D. Windows color (decimal): -11312541 or 6513235. OLE color: 6513235.

HSL color Cylindrical-coordinate representation of color #536263: hue angle of 183.75º 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 #536263 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 98 99 -
CMYK 0.16 0.01 0 0.61
HSL 183.75º 0.09% 0.36% -
HSV(B) 183.75º 0.16% 0.39% -
XYZ 10.19 11.48 13.48 -
YUV 93.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 83 98 99 0.16 0.01 0 0.61 183.75 0.09 0.36
Hex 53 62 63 10 1 0 3D B8 9 24
Octal 123 142 143 20 1 0 75 270 11 44
Binary 1010011 1100010 1100011 10000 1 0 111101 10111000 1001 100100

Color Harmonies of #536263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536263

Black with #536263

Text Example


Text Example

White with #536263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536263; }

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

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

background-color css

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

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

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

border-color css

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

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

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