Html Css Color HEX #535859 River Bed

📋 copy color: '#535859'

red 83 ◦ green 88 ◦ blue 89

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

Shades of River Bed #535859

Tints of River Bed #535859

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.85%

 BLUE value IS 89 (35.16% from 255) = 34.23%

R = 31.92%
G = 33.85%
B = 34.23%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#535859 (or 0x535859) is known color: River Bed. HEX triplet: 53, 58 and 59. RGB value is (83,88,89). Sum of RGB (Red+Green+Blue) = 83+88+89=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 89 - color contains mainly: blue. Hex color #535859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535859 is #ACA7A6. Grayscale: #565656. Windows color (decimal): -11315111 or 5855315. OLE color: 5855315.

HSL color Cylindrical-coordinate representation of color #535859: hue angle of 190º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #535859 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 88 89 -
CMYK 0.07 0.01 0 0.65
HSL 190º 0.03% 0.34% -
HSV(B) 190º 0.07% 0.35% -
XYZ 8.86 9.54 10.83 -
YUV 86.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 83 88 89 0.07 0.01 0 0.65 190 0.03 0.34
Hex 53 58 59 7 1 0 41 BE 3 22
Octal 123 130 131 7 1 0 101 276 3 42
Binary 1010011 1011000 1011001 111 1 0 1000001 10111110 11 100010

Color Harmonies of #535859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535859

Black with #535859

Text Example


Text Example

White with #535859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535859; }

 p { color: rgb(83,88,89); }

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

background-color css

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

 a { background-color: rgb(83,88,89); }

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

border-color css

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

 span { border-color: rgb(83,88,89); }

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