Html Css Color HEX #535F61 River Bed

📋 copy color: '#535F61'

red 83 ◦ green 95 ◦ blue 97

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

Shades of River Bed #535F61

Tints of River Bed #535F61

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.55%

 BLUE value IS 97 (38.28% from 255) = 35.27%

R = 30.18%
G = 34.55%
B = 35.27%

CMYK

 C value IS 0.14

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#535F61 (or 0x535F61) is known color: River Bed. HEX triplet: 53, 5F and 61. RGB value is (83,95,97). Sum of RGB (Red+Green+Blue) = 83+95+97=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 97 - color contains mainly: blue. Hex color #535F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535F61 is #ACA09E. Grayscale: #5B5B5B. Windows color (decimal): -11313311 or 6381395. OLE color: 6381395.

HSL color Cylindrical-coordinate representation of color #535F61: hue angle of 188.57º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #535F61 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 95 97 -
CMYK 0.14 0.02 0 0.62
HSL 188.57º 0.08% 0.35% -
HSV(B) 188.57º 0.14% 0.38% -
XYZ 9.82 10.89 12.89 -
YUV 91.64 131.02 121.84 -
System Red Green Blue C M Y K H S L
Decimal 83 95 97 0.14 0.02 0 0.62 188.57 0.08 0.35
Hex 53 5F 61 E 2 0 3E BD 8 23
Octal 123 137 141 16 2 0 76 275 10 43
Binary 1010011 1011111 1100001 1110 10 0 111110 10111101 1000 100011

Color Harmonies of #535F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535F61

Black with #535F61

Text Example


Text Example

White with #535F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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